From 56fa41a93d30bc50b76f844c727558814f88a8f6 Mon Sep 17 00:00:00 2001 From: Eugeny Galkovskiy Date: Wed, 19 Oct 2016 15:45:55 +0300 Subject: [PATCH] 123 --- frontend/web/css/style.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index e8fc5d5..bd82cc7 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -1717,13 +1717,15 @@ p.right{text-align: right;} .menu .openmenu{ position: absolute; z-index: 1; - width: 25px; - height: 25px; + width: 40px; + height: 40px; + top: 2%; + left: 2%; font-size: 24px; justify-content: center; align-items: center; font-weight: bold; - display:none; + display: none; } .dropd_menu:before { position: absolute; -- libgit2 0.21.4