From 54cedab64059416c31eea5e84f4aeb064b77c696 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Sat, 1 Jul 2017 00:30:24 -0600 Subject: [PATCH] Move menu button around on mobile --- static/css/app.css | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/static/css/app.css b/static/css/app.css index b9ef7b0..97fa75b 100644 --- a/static/css/app.css +++ b/static/css/app.css @@ -53,4 +53,21 @@ to replace the rgba()s. .navbar-inverse .navbar-link { color: white; -}*/ \ No newline at end of file +}*/ + + + +@media screen and (max-width: 767px) { + button.navbar-toggle[data-toggle="collapse"] { + float: left; + margin-left: 15px; + } + + .navbar-header .navbar-brand { + margin-left: -20px; + } + + .navbar-header .navbar-brand img { + display: none; + } +} \ No newline at end of file