diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-30 19:01:39 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-30 19:01:39 +0200 |
commit | cacc05431f8b243e8cd94aba3910d8e5680dfe6d (patch) | |
tree | 1fc034a2d3d02d9e8984e6337451da1bc5d2418a /web.css | |
parent | 66f2b7c6775e06487116425f120ce6bce5d2af81 (diff) |
Fix menu bar alignment issues
Diffstat (limited to 'web.css')
-rw-r--r-- | web.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ @media only screen and (max-width: 567px) { - #header-menu + #header-menu-body { -webkit-flex-direction: column; flex-direction: column; |