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