From cacc05431f8b243e8cd94aba3910d8e5680dfe6d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 30 Jan 2016 19:01:39 +0200 Subject: Fix menu bar alignment issues --- web.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web.css') diff --git a/web.css b/web.css index 507875e..0d2fdf3 100644 --- a/web.css +++ b/web.css @@ -13,7 +13,7 @@ @media only screen and (max-width: 567px) { - #header-menu + #header-menu-body { -webkit-flex-direction: column; flex-direction: column; -- cgit v1.1