From 5c3abac8fe154b72f5077f9fefb78d757b214842 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Sat, 1 Jul 2017 00:29:09 -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 494a8df..63f21b8 100644 --- a/static/css/app.css +++ b/static/css/app.css @@ -66,4 +66,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