Commit b9932e1d91f14abddc619f633e89ded7220ad7af
1 parent
24323287
123
Showing
1 changed file
with
4 additions
and
1 deletions
Show diff stats
frontend/web/css/style.css
... | ... | @@ -2115,6 +2115,9 @@ p.right{text-align: right;} |
2115 | 2115 | .menu .openmenu{ |
2116 | 2116 | display:flex; |
2117 | 2117 | } |
2118 | + .menu .container ul{ | |
2119 | + display: none; | |
2120 | + } | |
2118 | 2121 | .post_1_main{margin-left:0;} |
2119 | 2122 | .carousel{margin: 0px auto;} |
2120 | 2123 | .post_1_start{padding-left:0px;} |
... | ... | @@ -2147,7 +2150,7 @@ p.right{text-align: right;} |
2147 | 2150 | width: 100%!important; |
2148 | 2151 | } |
2149 | 2152 | .minhide{ |
2150 | - display:none; | |
2153 | + display:flex; | |
2151 | 2154 | } |
2152 | 2155 | } |
2153 | 2156 | @media (max-width: 729px) { | ... | ... |