Commit 7d6bde40877b50140d5af39d9a99bb221f270951
1 parent
04ce45d3
123
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
frontend/web/css/style.css
... | ... | @@ -1714,7 +1714,7 @@ p.right{text-align: right;} |
1714 | 1714 | padding: 20px 10px; |
1715 | 1715 | display: none; |
1716 | 1716 | } |
1717 | -.openmenu{ | |
1717 | +.menu .openmenu{ | |
1718 | 1718 | position: absolute; |
1719 | 1719 | z-index: 1; |
1720 | 1720 | width: 25px; |
... | ... | @@ -2110,7 +2110,7 @@ p.right{text-align: right;} |
2110 | 2110 | } |
2111 | 2111 | } |
2112 | 2112 | @media (max-width: 991px) { |
2113 | - .openmenu{ | |
2113 | + .menu .openmenu{ | |
2114 | 2114 | display:block; |
2115 | 2115 | } |
2116 | 2116 | .post_1_main{margin-left:0;} | ... | ... |