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