mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-22 15:39:11 +00:00
style: smaller base font
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
body,
|
body,
|
||||||
html,
|
html,
|
||||||
.App {
|
.App {
|
||||||
font-size: 16px;
|
font-size: 15px;
|
||||||
font-family: $ontime-font-family;
|
font-family: $ontime-font-family;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
@@ -29,13 +29,6 @@ html,
|
|||||||
background-color: $bg-container-l1;
|
background-color: $bg-container-l1;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 1450px) and (max-width: 1666px) {
|
|
||||||
body,
|
|
||||||
html,
|
|
||||||
.App {
|
|
||||||
font-size: 15px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
// workaround for chakra
|
// workaround for chakra
|
||||||
// // https://github.com/chakra-ui/chakra-ui/issues/417
|
// // https://github.com/chakra-ui/chakra-ui/issues/417
|
||||||
option {
|
option {
|
||||||
|
|||||||
Reference in New Issue
Block a user