From cffe1ada43295757058a83072847b13b419e8893 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Sat, 1 Jul 2017 00:28:07 -0600 Subject: [PATCH] Move menu button around on mobile --- static/css/app.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/static/css/app.css b/static/css/app.css index bee1d9e..e38eb90 100644 --- a/static/css/app.css +++ b/static/css/app.css @@ -21,4 +21,21 @@ .task-description { /* Using !important in case a "smart" guy messes with inline CSS, to make his life harder */ overflow-wrap: break-word !important; +} + + + +@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