From 7d6bde40877b50140d5af39d9a99bb221f270951 Mon Sep 17 00:00:00 2001 From: Eugeny Galkovskiy Date: Wed, 19 Oct 2016 15:43:41 +0300 Subject: [PATCH] 123 --- frontend/web/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 77399fc..857438f 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -1714,7 +1714,7 @@ p.right{text-align: right;} padding: 20px 10px; display: none; } -.openmenu{ +.menu .openmenu{ position: absolute; z-index: 1; width: 25px; @@ -2110,7 +2110,7 @@ p.right{text-align: right;} } } @media (max-width: 991px) { - .openmenu{ + .menu .openmenu{ display:block; } .post_1_main{margin-left:0;} -- libgit2 0.21.4