From e31234e3a82321dfdde50c825ede84aed1a42fbd Mon Sep 17 00:00:00 2001 From: Eugeny Galkovskiy Date: Thu, 20 Oct 2016 12:38:14 +0300 Subject: [PATCH] 123 --- frontend/web/css/style.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 716314c..40b565b 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -14,7 +14,6 @@ body{ } .cont{ flex:1; - width: 100%; overflow: hidden; } a{ @@ -687,7 +686,11 @@ footer .socbuts a:hover{ margin: 14px 13px; } .top4{margin-top: 4px;} -.showroom{text-align: center;} +.showroom{ + text-align: center; + display: flex; + justify-content: center; +} .showroom img{width:100%;max-width:700px;margin:25px auto; margin-bottom: 50px;padding-top:1px;} .no_btm{margin-bottom: 0!important;padding-bottom: 0!important;} .no_top{margin-top: 0!important;padding-top: 0!important;} -- libgit2 0.21.4