decrease font size on x-small devices
This commit is contained in:
parent
81f3835060
commit
86e5bebb13
|
@ -2,5 +2,11 @@ body {
|
|||
font-family: "Montserrat", sans-serif;
|
||||
color: var(--color__body);
|
||||
background-color: var(--color-bg);
|
||||
|
||||
font-size: 0.9em;
|
||||
|
||||
@media (min-width: $bp-xs) {
|
||||
font-size: 1em;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Reference in New Issue