From 53b2f6ca0e635d4f4f6fed9fc55a6f0c83c80714 Mon Sep 17 00:00:00 2001 From: Justine Arreche Date: Mon, 30 Mar 2015 12:01:39 +0200 Subject: [PATCH] gave #landing a max-width and centered it --- app/styles/app/landing.sass | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/styles/app/landing.sass b/app/styles/app/landing.sass index de27837f..e6c92282 100644 --- a/app/styles/app/landing.sass +++ b/app/styles/app/landing.sass @@ -1,4 +1,6 @@ #landing + margin: 0 auto + max-width: 1200px font-weight: 300 h1 @@ -110,6 +112,8 @@ text-align: right .features-list + background-color: #f7f7f1 + h2 margin: 0 @@ -159,6 +163,10 @@ margin-bottom: 75px .user-testimonials + h2 + color: #418793 + text-align: right + p font-size: 1.15em font-weight: 300