Commit 46c949aa5209fd26aa3b062a15523bd131cdcfd8
1 parent
744bd6be
123
Showing
1 changed file
with
7 additions
and
0 deletions
Show diff stats
frontend/web/css/style.css
... | ... | @@ -2120,6 +2120,13 @@ p.right{text-align: right;} |
2120 | 2120 | padding-top: 35px; |
2121 | 2121 | max-width: 587px; |
2122 | 2122 | } |
2123 | + .menu li{ | |
2124 | + min-width:100%; | |
2125 | + max-width:100%; | |
2126 | + } | |
2127 | + .menu .container{ | |
2128 | + padding: 8px 0px; | |
2129 | + } | |
2123 | 2130 | } |
2124 | 2131 | @media (max-width: 729px) { |
2125 | 2132 | .post_cont{justify-content: center;} | ... | ... |