style: increase font size on larger screen (#43724)

This commit is contained in:
Frédéric Péters 2020-06-07 10:33:54 +02:00
parent 35ea1f49c9
commit 5497641a07
1 changed files with 3 additions and 0 deletions

View File

@ -35,6 +35,9 @@ html, body {
@media screen and (min-width: 1260px) {
font-size: 13px;
}
@media screen and (min-width: 1500px) {
font-size: 14px;
}
color: $font-color;
background: #ecf0f3;
background: linear-gradient(#ecf0f3, white);