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