diff --git a/static/site.css b/static/site.css index bd0d28d..92db1ce 100644 --- a/static/site.css +++ b/static/site.css @@ -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; */