hello.html: Add additional media-query for carousel.

This commit is contained in:
Tim Abbott 2018-05-02 09:56:44 -07:00
parent c81b103a5b
commit 3702131b6d
1 changed files with 11 additions and 9 deletions

View File

@ -3377,15 +3377,6 @@ nav ul li.active::after {
width: -o-calc(100% - 80px); width: -o-calc(100% - 80px);
width: calc(100% - 80px); width: calc(100% - 80px);
} }
.portico-landing.hello .testimonials .quote-container {
width: 93%;
padding-left: 7%;
}
.portico-landing.hello .testimonials .carousel-inner {
left: -7%;
}
} }
@media (max-width: 450px) { @media (max-width: 450px) {
@ -3507,3 +3498,14 @@ nav ul li.active::after {
font-size: .77em; font-size: .77em;
} }
} }
@media (max-width: 313px) {
.portico-landing.hello .testimonials .quote-container {
width: 93%;
padding-left: 7%;
}
.portico-landing.hello .testimonials .carousel-inner {
left: -7%;
}
}