Commit 766e7ac9a95b41668617762aadc9cf53ba28cdc6
1 parent
9dc69cba
123
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
frontend/web/css/style.css
@@ -17,6 +17,7 @@ body{ | @@ -17,6 +17,7 @@ body{ | ||
17 | overflow: hidden; | 17 | overflow: hidden; |
18 | } | 18 | } |
19 | .container.cont{ | 19 | .container.cont{ |
20 | + width:100%; | ||
20 | max-width:100%; | 21 | max-width:100%; |
21 | } | 22 | } |
22 | a{ | 23 | a{ |
@@ -2266,6 +2267,9 @@ p.right{text-align: right;} | @@ -2266,6 +2267,9 @@ p.right{text-align: right;} | ||
2266 | } | 2267 | } |
2267 | } | 2268 | } |
2268 | @media (max-width: 991px) { | 2269 | @media (max-width: 991px) { |
2270 | + .textile_bottom{ | ||
2271 | + margin: 30px auto; | ||
2272 | + } | ||
2269 | .menu .container ul li:hover .dropd_menu{ | 2273 | .menu .container ul li:hover .dropd_menu{ |
2270 | display:none; | 2274 | display:none; |
2271 | } | 2275 | } |