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