Commit e09a600a30de5518a960ee68ad75d90a88b2a1d1

Authored by Eugeny Galkovskiy
1 parent 89fb10a3

123

Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
frontend/web/css/style.css
... ... @@ -2206,6 +2206,9 @@ p.right{text-align: right;}
2206 2206 }
2207 2207 }
2208 2208 @media (max-width: 991px) {
  2209 + .menu .container ul li:hover .dropd_menu{
  2210 + display:none;
  2211 + }
2209 2212 .blog1 .text .picture{
2210 2213 margin-bottom: 53px;
2211 2214 }
... ...