From b9932e1d91f14abddc619f633e89ded7220ad7af Mon Sep 17 00:00:00 2001 From: Eugeny Galkovskiy Date: Wed, 19 Oct 2016 15:52:35 +0300 Subject: [PATCH] 123 --- frontend/web/css/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 52c61a2..d9d90dc 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -2115,6 +2115,9 @@ p.right{text-align: right;} .menu .openmenu{ display:flex; } + .menu .container ul{ + display: none; + } .post_1_main{margin-left:0;} .carousel{margin: 0px auto;} .post_1_start{padding-left:0px;} @@ -2147,7 +2150,7 @@ p.right{text-align: right;} width: 100%!important; } .minhide{ - display:none; + display:flex; } } @media (max-width: 729px) { -- libgit2 0.21.4