diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index e7a43cb..e8369cf 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -2206,6 +2206,9 @@ p.right{text-align: right;} } } @media (max-width: 991px) { + .menu .container ul li:hover .dropd_menu{ + display:none; + } .blog1 .text .picture{ margin-bottom: 53px; } -- libgit2 0.21.4