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