feat:adicionando media nas telas de 375px

This commit is contained in:
Victor Cardoso de Souza 2022-12-18 21:45:38 -03:00
parent 294fcc44f8
commit 8487d8952a

View File

@ -44,6 +44,12 @@
text-align: center;
text-transform: uppercase;
color: $color-black-full;
@media(max-width:375px) {
font-size: 12px;
line-height: 14px;
width: 343px;
}
}
small {
@ -55,6 +61,11 @@
text-align: center;
text-transform: uppercase;
color: $color-black-full;
@media(max-width:375px) {
font-size: 12px;
line-height: 14px;
}
}
}
}