added font size for mobile devices

master
Jakob 2020-02-12 10:05:09 +01:00
parent c7721c3a97
commit 8d986608d8
1 changed files with 6 additions and 0 deletions

View File

@ -19,6 +19,9 @@
grid-column: 2 / 3;
grid-row: 3;
}
body {
font-size: 1em;
}
}
/* optimized for mobile users */
@ -42,6 +45,9 @@
grid-column: 1 / 1;
grid-row: 3;
}
body {
font-size:3em;
}
}
div.round-border {