Commit 37abc2e787503d5741574a2429035f1385e30a8e
1 parent
7d6bde40
123
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
frontend/web/css/style.css
... | ... | @@ -1720,7 +1720,6 @@ p.right{text-align: right;} |
1720 | 1720 | width: 25px; |
1721 | 1721 | height: 25px; |
1722 | 1722 | font-size: 24px; |
1723 | - display: flex; | |
1724 | 1723 | justify-content: center; |
1725 | 1724 | align-items: center; |
1726 | 1725 | font-weight: bold; |
... | ... | @@ -2111,7 +2110,7 @@ p.right{text-align: right;} |
2111 | 2110 | } |
2112 | 2111 | @media (max-width: 991px) { |
2113 | 2112 | .menu .openmenu{ |
2114 | - display:block; | |
2113 | + display:flex; | |
2115 | 2114 | } |
2116 | 2115 | .post_1_main{margin-left:0;} |
2117 | 2116 | .carousel{margin: 0px auto;} | ... | ... |