Commit 6f7bcc4d7412463abe06eb7c8c4af9363299a91c

Authored by Eugeny Galkovskiy
1 parent f4c8962d

123

Showing 1 changed file with 8 additions and 2 deletions   Show diff stats
frontend/web/css/style.css
... ... @@ -278,11 +278,17 @@ footer .socbuts a:hover{
278 278  
279 279 .main-box1{
280 280 position: relative;
281   - max-width: 1044px;
  281 + max-width: 996px;
282 282 margin: 0 auto;
283   - min-height:300px;
  283 + min-height: 300px;
284 284 text-align: center;
285 285 }
  286 +.main-box1 a img{
  287 + max-width: 298px;
  288 + max-height: 175px;
  289 + width: 100%;
  290 + height: 100%;
  291 +}
286 292 .main-box1:after {
287 293 content: '';
288 294 max-width: calc(100% - 33px);
... ...