Commit 766e7ac9a95b41668617762aadc9cf53ba28cdc6

Authored by Eugeny Galkovskiy
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 17 overflow: hidden;
18 18 }
19 19 .container.cont{
  20 + width:100%;
20 21 max-width:100%;
21 22 }
22 23 a{
... ... @@ -2266,6 +2267,9 @@ p.right{text-align: right;}
2266 2267 }
2267 2268 }
2268 2269 @media (max-width: 991px) {
  2270 + .textile_bottom{
  2271 + margin: 30px auto;
  2272 + }
2269 2273 .menu .container ul li:hover .dropd_menu{
2270 2274 display:none;
2271 2275 }
... ...