feat(responsividade): adiciona responsividade dos tablets

This commit is contained in:
amanda almeida 2022-12-15 15:05:46 -03:00
parent a03870bc75
commit 842762977f

View File

@ -30,6 +30,11 @@
text-transform: uppercase;
color: $color-black;
margin: 0;
@include mq(md, max) {
font-size: 18px;
line-height: 25px;
}
}
&-links a {
@ -46,10 +51,14 @@
font-family: 'Tenor Sans';
font-size: 14px;
line-height: 16px;
text-align: center;
text-transform: uppercase;
border-radius: 0;
color: $color-black;
@include mq(md, max) {
width: 250px;
}
}
}