Commit 4c1afacdc5bd38a577be9d800c6fad98aede54b7
1 parent
17b59e0c
123
Showing
2 changed files
with
12 additions
and
9 deletions
Show diff stats
frontend/views/layouts/main.php
frontend/web/css/style.css
... | ... | @@ -2055,6 +2055,10 @@ p.right{text-align: right;} |
2055 | 2055 | justify-content: center; |
2056 | 2056 | align-items: center; |
2057 | 2057 | } |
2058 | +.hidemenu{ | |
2059 | + height: 68px; | |
2060 | + position: relative; | |
2061 | +} | |
2058 | 2062 | /**/ |
2059 | 2063 | @media (min-width: 1200px){ |
2060 | 2064 | .nav_up{ |
... | ... | @@ -2104,13 +2108,15 @@ p.right{text-align: right;} |
2104 | 2108 | } |
2105 | 2109 | } |
2106 | 2110 | @media (max-width: 991px) { |
2107 | - .dropd_menu:before{display:none;} | |
2108 | - .menu .openmenu{ | |
2109 | - display:flex; | |
2111 | + .menu .container { | |
2112 | + padding: 0px; | |
2110 | 2113 | } |
2111 | - .menu .container ul{ | |
2112 | - display: none; | |
2114 | + .menu .container ul { | |
2115 | + padding: 13px 0px; | |
2116 | + display: none; | |
2117 | + border-top: 1px solid black; | |
2113 | 2118 | } |
2119 | + .dropd_menu:before{display:none;} | |
2114 | 2120 | .post_1_main{margin-left:0;} |
2115 | 2121 | .carousel{margin: 0px auto;} |
2116 | 2122 | .post_1_start{padding-left:0px;} |
... | ... | @@ -2142,9 +2148,6 @@ p.right{text-align: right;} |
2142 | 2148 | top: 35px; |
2143 | 2149 | width: 100%!important; |
2144 | 2150 | } |
2145 | - .minhide{ | |
2146 | - display:flex!important; | |
2147 | - } | |
2148 | 2151 | } |
2149 | 2152 | @media (max-width: 729px) { |
2150 | 2153 | .post_cont{justify-content: center;} | ... | ... |