mirror of https://github.com/zulip/zulip.git
hello.html: Add additional media-query for carousel.
This commit is contained in:
parent
c81b103a5b
commit
3702131b6d
|
@ -3377,15 +3377,6 @@ nav ul li.active::after {
|
|||
width: -o-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) {
|
||||
|
@ -3507,3 +3498,14 @@ nav ul li.active::after {
|
|||
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%;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue