mirror of
https://github.com/FAUSheppy/flask-json-dream-website
synced 2025-12-06 16:21:35 +01:00
increase default font
This commit is contained in:
@@ -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; */
|
||||||
|
|||||||
Reference in New Issue
Block a user