Commit 7a578120c031e5f9bae39b1dc5ccd21081606362

Authored by Eugeny Galkovskiy
1 parent ec4f7060

smi about

Showing 1 changed file with 3 additions and 1 deletions   Show diff stats
frontend/web/css/main.css
@@ -356,6 +356,8 @@ section.bar.background-gray.steps-pre:before { @@ -356,6 +356,8 @@ section.bar.background-gray.steps-pre:before {
356 position: relative; 356 position: relative;
357 text-align: center; 357 text-align: center;
358 margin: 15px 0; 358 margin: 15px 0;
  359 + box-shadow: inset 0px 0px 70px #00000012;
  360 + background-color: whitesmoke;
359 } 361 }
360 #objects-wr .portfolio .box-image .image { 362 #objects-wr .portfolio .box-image .image {
361 top: 0; 363 top: 0;
@@ -480,7 +482,7 @@ section.bar.background-gray.steps-pre:before { @@ -480,7 +482,7 @@ section.bar.background-gray.steps-pre:before {
480 height: 100%; 482 height: 100%;
481 background-position: center; 483 background-position: center;
482 background-repeat: no-repeat; 484 background-repeat: no-repeat;
483 - background-size: contain; 485 + background-size: cover;
484 } 486 }
485 #mediaabout-wr .portfolio .box-image .post a{ 487 #mediaabout-wr .portfolio .box-image .post a{
486 position: absolute; 488 position: absolute;