forked from M3-Academy/m3-academy-template-checkout
feat:adicionando media nas telas de 375px
This commit is contained in:
parent
294fcc44f8
commit
8487d8952a
@ -44,6 +44,12 @@
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
color: $color-black-full;
|
color: $color-black-full;
|
||||||
|
|
||||||
|
@media(max-width:375px) {
|
||||||
|
font-size: 12px;
|
||||||
|
line-height: 14px;
|
||||||
|
width: 343px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
small {
|
small {
|
||||||
@ -55,6 +61,11 @@
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
color: $color-black-full;
|
color: $color-black-full;
|
||||||
|
|
||||||
|
@media(max-width:375px) {
|
||||||
|
font-size: 12px;
|
||||||
|
line-height: 14px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user