From 2770e96a8a61e9fad523fd183b29686cd47a8f0d Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Sat, 1 Jul 2017 00:16:47 -0600 Subject: [PATCH] Move menu button around on mobile --- static/css/app.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/static/css/app.css b/static/css/app.css index 52431ed..4633344 100644 --- a/static/css/app.css +++ b/static/css/app.css @@ -55,4 +55,19 @@ file and add a .navbar-[color] class to the navbar in app.php. .navbar-inverse .navbar-link { color: white; +} + +@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