From e59e93cb5e9b5ec35bb150b53efe77a41415fccd Mon Sep 17 00:00:00 2001 From: xenophenes Date: Sun, 17 Dec 2017 17:13:08 -0800 Subject: [PATCH] final menu mobile fixes --- static/css/style.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index 56172f9..e54c2e8 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -1513,6 +1513,14 @@ } @media screen and (max-width: 767px) { + .navbar-header { + border-bottom: solid 1px rgba(144, 144, 144, 0.25); + } + + img#logo { + padding: 0 1em; + } + img#sponsors { margin: 0; padding: 2em 7em 2em 0; @@ -1520,6 +1528,10 @@ height: auto; } + .heading { + vertical-align: middle; + } + #banner h2 { font-size: 2em; padding: 3em 0 0 0; @@ -1568,6 +1580,10 @@ #footer .col-sm-4 { padding: 1em 0; } + + #footer .copyright { + padding: 0 1em; + } } .heading { -- 2.39.5