increase default font

This commit is contained in:
Yannik Schmidt
2020-09-09 20:45:45 +02:00
parent 0bc7e68e83
commit 7afdb63918

View File

@@ -2,6 +2,15 @@ html {
height: 100vh; height: 100vh;
overflow-y: unset !important; overflow-y: unset !important;
} }
body {
font-size: 20px;
}
@media (max-width: 767px) {
body {
font-size: 25px;
}
}
.masthead { .masthead {
/*height: 50vh; */ /*height: 50vh; */