Skip to content

Commit

Permalink
portico: Fix height of carousel container.
Browse files Browse the repository at this point in the history
  • Loading branch information
akashnimare committed Dec 20, 2018
1 parent 6d29525 commit bd49b2a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion static/styles/landing-page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1648,6 +1648,10 @@ nav ul li.active::after {
font-size: 1.2rem;
}

.portico-landing.hello .testimonials .carousel {
min-height: 250px;
}

.portico-landing.hello .testimonials .carousel-quotes {
width: 60%;
margin: auto;
Expand Down Expand Up @@ -1716,7 +1720,7 @@ nav ul li.active::after {

.portico-landing.hello .testimonials .company-container {
width: 60%;
margin: 20px auto;
margin: 30px auto;
text-align: left;
}

Expand Down

0 comments on commit bd49b2a

Please sign in to comment.