Commit 875e51096c67fddd76e4845d9dcff4ecfdb1ac66
1 parent
38c5510f
styles
Showing
1 changed file
with
11 additions
and
0 deletions
 
Show diff stats
frontend/web/css/main.css
| ... | ... | @@ -532,6 +532,11 @@ section.bar.background-gray.steps-pre:before { | 
| 532 | 532 | margin: 0 auto; | 
| 533 | 533 | } | 
| 534 | 534 | |
| 535 | +@media(min-width:1200px){ | |
| 536 | + .main-slider { | |
| 537 | + min-height: 620px; | |
| 538 | + } | |
| 539 | +} | |
| 535 | 540 | @media(min-width:992px) and (max-width:1199px){ | 
| 536 | 541 | .pr_cover { | 
| 537 | 542 | max-width: 320px; | 
| ... | ... | @@ -557,6 +562,10 @@ section.bar.background-gray.steps-pre:before { | 
| 557 | 562 | line-height: 16px; | 
| 558 | 563 | } | 
| 559 | 564 | .object-slider .carousel{height:500px;} | 
| 565 | + .main-slider { | |
| 566 | + min-height: 400px; | |
| 567 | + } | |
| 568 | + .main-slider .carousel-control{width:15%;} | |
| 560 | 569 | } | 
| 561 | 570 | @media(max-width:991px){ | 
| 562 | 571 | #footer .container > div { | 
| ... | ... | @@ -608,6 +617,7 @@ section.bar.background-gray.steps-pre:before { | 
| 608 | 617 | top: 0; | 
| 609 | 618 | } | 
| 610 | 619 | .object-slider .carousel{height:450px;} | 
| 620 | + .main-slider .carousel-control{font-size:10vw;width:10%;} | |
| 611 | 621 | } | 
| 612 | 622 | @media(min-width:870px){ | 
| 613 | 623 | .modal-dialog { | 
| ... | ... | @@ -729,6 +739,7 @@ section.bar.background-gray.steps-pre:before { | 
| 729 | 739 | p.lead { | 
| 730 | 740 | margin-bottom: 25px; | 
| 731 | 741 | } | 
| 742 | + .main-slider .carousel-control{font-size:15vw;} | |
| 732 | 743 | } | 
| 733 | 744 | @media(max-width:380px){ | 
| 734 | 745 | .more-projects{ | ... | ... | 
