Entrega do Desafio #9

Merged
anacarolinaduartecavalcante merged 1 commits from feature/desafio-react-e-typescript into develop 2023-01-16 12:06:08 +00:00
Showing only changes of commit 99a079e555 - Show all commits

View File

@ -473,10 +473,14 @@ footer {
font-size: 14px;
line-height: 16px;
color: $primary-200;
text-transform: uppercase;
@media (min-width: 2500px) {
font-size: 28px;
line-height: 33px;
}
@media (max-width: 1025px){
text-transform: unset;
}
}
&__SubTitle {
@media (max-width: 1025px) {