From 64863839dd37e9df3d7b6864190ec6d3157cbf31 Mon Sep 17 00:00:00 2001 From: rawleyIfowler Date: Sun, 17 Apr 2022 12:02:38 -0500 Subject: [PATCH] fixed mobile nav bar --- static/index.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/static/index.css b/static/index.css index d313d30..ff19841 100644 --- a/static/index.css +++ b/static/index.css @@ -115,6 +115,16 @@ a:hover:after { font-size: 1.4em; } +@media only screen and (max-width: 567px) { + .nav-bar { + justify-content: normal; + } + .nav-item { + margin-left: 12px; + margin-right: 12px; + } +} + .content-wrapper { margin: 12px; }