From 3702131b6dafbe1c049921aea398071a0676c5f3 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Wed, 2 May 2018 09:56:44 -0700 Subject: [PATCH] hello.html: Add additional media-query for carousel. --- static/styles/landing-page.css | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/static/styles/landing-page.css b/static/styles/landing-page.css index 555f7e8f21..d9ab9cbff4 100644 --- a/static/styles/landing-page.css +++ b/static/styles/landing-page.css @@ -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%; + } +}