diff options
author | Camil Staps | 2015-03-26 13:28:27 +0100 |
---|---|---|
committer | Camil Staps | 2015-03-26 13:28:27 +0100 |
commit | cce61dcc2347c4051fd105ebc45247bdf360f572 (patch) | |
tree | b2a15c4b087a072e3de8a2d6de5e4d0a715720f2 | |
parent | Hide unaccepted offers from timeline (diff) |
Hide collapse menu on small screens
-rw-r--r-- | css/businessadmin.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/css/businessadmin.css b/css/businessadmin.css index 60ce407..5706229 100644 --- a/css/businessadmin.css +++ b/css/businessadmin.css @@ -100,4 +100,10 @@ td .btn.btn-circle:last-child { margin-right: 16px; margin-top: 16px; float: right; +} + +@media (max-width: 767px) { + #collapse-menu { + display: none; + } }
\ No newline at end of file |