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