Commit e31234e3a82321dfdde50c825ede84aed1a42fbd
1 parent
71dd93d4
123
Showing
1 changed file
with
5 additions
and
2 deletions
Show diff stats
frontend/web/css/style.css
@@ -14,7 +14,6 @@ body{ | @@ -14,7 +14,6 @@ body{ | ||
14 | } | 14 | } |
15 | .cont{ | 15 | .cont{ |
16 | flex:1; | 16 | flex:1; |
17 | - width: 100%; | ||
18 | overflow: hidden; | 17 | overflow: hidden; |
19 | } | 18 | } |
20 | a{ | 19 | a{ |
@@ -687,7 +686,11 @@ footer .socbuts a:hover{ | @@ -687,7 +686,11 @@ footer .socbuts a:hover{ | ||
687 | margin: 14px 13px; | 686 | margin: 14px 13px; |
688 | } | 687 | } |
689 | .top4{margin-top: 4px;} | 688 | .top4{margin-top: 4px;} |
690 | -.showroom{text-align: center;} | 689 | +.showroom{ |
690 | + text-align: center; | ||
691 | + display: flex; | ||
692 | + justify-content: center; | ||
693 | +} | ||
691 | .showroom img{width:100%;max-width:700px;margin:25px auto; margin-bottom: 50px;padding-top:1px;} | 694 | .showroom img{width:100%;max-width:700px;margin:25px auto; margin-bottom: 50px;padding-top:1px;} |
692 | .no_btm{margin-bottom: 0!important;padding-bottom: 0!important;} | 695 | .no_btm{margin-bottom: 0!important;padding-bottom: 0!important;} |
693 | .no_top{margin-top: 0!important;padding-top: 0!important;} | 696 | .no_top{margin-top: 0!important;padding-top: 0!important;} |