mirror of
https://github.com/FAUSheppy/flask-json-dream-website
synced 2025-12-06 00:01:36 +01:00
increase default font
This commit is contained in:
@@ -2,6 +2,15 @@ html {
|
||||
height: 100vh;
|
||||
overflow-y: unset !important;
|
||||
}
|
||||
body {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
body {
|
||||
font-size: 25px;
|
||||
}
|
||||
}
|
||||
|
||||
.masthead {
|
||||
/*height: 50vh; */
|
||||
|
||||
Reference in New Issue
Block a user