diff --git a/app.php b/app.php index afc7164..a886474 100644 --- a/app.php +++ b/app.php @@ -121,7 +121,7 @@ if (!is_empty($_GET['page'])) { -
+
diff --git a/static/css/app.css b/static/css/app.css index 52431ed..494a8df 100644 --- a/static/css/app.css +++ b/static/css/app.css @@ -14,6 +14,17 @@ text-align: center; } +#push-down-box { + height: 75px; +} + +/* Make sure all the content is visible when the navbar wraps to two lines */ +@media (min-width: 768px) and (max-width: 879px) { + #push-down-box { + height: 140px; + } +} + /* ============================== THEMING