Commit 7a578120c031e5f9bae39b1dc5ccd21081606362
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 | 356 | position: relative; |
| 357 | 357 | text-align: center; |
| 358 | 358 | margin: 15px 0; |
| 359 | + box-shadow: inset 0px 0px 70px #00000012; | |
| 360 | + background-color: whitesmoke; | |
| 359 | 361 | } |
| 360 | 362 | #objects-wr .portfolio .box-image .image { |
| 361 | 363 | top: 0; |
| ... | ... | @@ -480,7 +482,7 @@ section.bar.background-gray.steps-pre:before { |
| 480 | 482 | height: 100%; |
| 481 | 483 | background-position: center; |
| 482 | 484 | background-repeat: no-repeat; |
| 483 | - background-size: contain; | |
| 485 | + background-size: cover; | |
| 484 | 486 | } |
| 485 | 487 | #mediaabout-wr .portfolio .box-image .post a{ |
| 486 | 488 | position: absolute; | ... | ... |