From 37abc2e787503d5741574a2429035f1385e30a8e Mon Sep 17 00:00:00 2001 From: Eugeny Galkovskiy Date: Wed, 19 Oct 2016 15:44:53 +0300 Subject: [PATCH] 123 --- frontend/web/css/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 857438f..e8fc5d5 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -1720,7 +1720,6 @@ p.right{text-align: right;} width: 25px; height: 25px; font-size: 24px; - display: flex; justify-content: center; align-items: center; font-weight: bold; @@ -2111,7 +2110,7 @@ p.right{text-align: right;} } @media (max-width: 991px) { .menu .openmenu{ - display:block; + display:flex; } .post_1_main{margin-left:0;} .carousel{margin: 0px auto;} -- libgit2 0.21.4