diff --git a/frontend/web/css/main.css b/frontend/web/css/main.css index 17d4c47..08b067a 100644 --- a/frontend/web/css/main.css +++ b/frontend/web/css/main.css @@ -532,6 +532,11 @@ section.bar.background-gray.steps-pre:before { margin: 0 auto; } +@media(min-width:1200px){ + .main-slider { + min-height: 620px; + } +} @media(min-width:992px) and (max-width:1199px){ .pr_cover { max-width: 320px; @@ -557,6 +562,10 @@ section.bar.background-gray.steps-pre:before { line-height: 16px; } .object-slider .carousel{height:500px;} + .main-slider { + min-height: 400px; + } + .main-slider .carousel-control{width:15%;} } @media(max-width:991px){ #footer .container > div { @@ -608,6 +617,7 @@ section.bar.background-gray.steps-pre:before { top: 0; } .object-slider .carousel{height:450px;} + .main-slider .carousel-control{font-size:10vw;width:10%;} } @media(min-width:870px){ .modal-dialog { @@ -729,6 +739,7 @@ section.bar.background-gray.steps-pre:before { p.lead { margin-bottom: 25px; } + .main-slider .carousel-control{font-size:15vw;} } @media(max-width:380px){ .more-projects{ -- libgit2 0.21.4