forked from M3-Academy/m3-academy-template-checkout
feat(responsividade): adiciona responsividade dos tablets
This commit is contained in:
parent
a03870bc75
commit
842762977f
@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user