From 4fbaeb475e79a86e80ab3f0a986c49bdc8f6553a Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Sun, 28 May 2017 23:29:56 -0600 Subject: [PATCH] Fix content obscured by navbar sometimes --- app.php | 2 +- static/css/app.css | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) 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