From 6f7bcc4d7412463abe06eb7c8c4af9363299a91c Mon Sep 17 00:00:00 2001 From: Eugeny Galkovskiy Date: Thu, 20 Oct 2016 15:09:23 +0300 Subject: [PATCH] 123 --- frontend/web/css/style.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 4e8dba1..3b161ad 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -278,11 +278,17 @@ footer .socbuts a:hover{ .main-box1{ position: relative; - max-width: 1044px; + max-width: 996px; margin: 0 auto; - min-height:300px; + min-height: 300px; text-align: center; } +.main-box1 a img{ + max-width: 298px; + max-height: 175px; + width: 100%; + height: 100%; +} .main-box1:after { content: ''; max-width: calc(100% - 33px); -- libgit2 0.21.4