diff --git a/app/styles/app/landing.sass b/app/styles/app/landing.sass index 861c3405..553d6288 100644 --- a/app/styles/app/landing.sass +++ b/app/styles/app/landing.sass @@ -279,6 +279,8 @@ display: none .user-testimonials + margin-bottom: 50px + h2 color: #418793 text-align: right @@ -295,6 +297,13 @@ .landing-centered-wrapper width: 100% + @media (max-width: 1024px) + .features-list .features-checked + margin-top: 40px + + .features-list .features-checked h2 + text-align: center + @media (max-width: 886px) #hero-copy display: block @@ -367,6 +376,19 @@ .private-repos p text-align: center + .user-testimonials + margin-bottom: 50px + + .user-testimonials h2 + text-align: center + + .user-testimonails p + text-align: center + + @media (max-width: 640px) + .user-testimonials + margin-bottom: 140px + @media (max-width: 608px) br.mobile-break display: inline-break