From e47ec2f581b4aa2f47f3b19ea74756a6272013c8 Mon Sep 17 00:00:00 2001 From: Lisa P Date: Mon, 26 Oct 2015 18:13:38 +0100 Subject: [PATCH] add some flexbox action --- app/styles/app/layouts/home-pro.sass | 25 +++++++++++++++++++++++++ app/templates/home-pro.hbs | 10 +++++----- 2 files changed, 30 insertions(+), 5 deletions(-) diff --git a/app/styles/app/layouts/home-pro.sass b/app/styles/app/layouts/home-pro.sass index 792906a5..75852450 100644 --- a/app/styles/app/layouts/home-pro.sass +++ b/app/styles/app/layouts/home-pro.sass @@ -68,6 +68,22 @@ text-align: center +.section--feature + .inner + display: flex + + .section-list, + .section-text + flex: 1 0 50% + + +.section--hero + .inner + display: flex + + .section-image, + .section-text + flex: 1 0 50% %list list-style: none @@ -106,6 +122,15 @@ image: url(../images/line-icons/icon-passed.svg) +.list--features + @extend %list + display: flex + justify-content: space-around + flex-wrap: wrap + + li + flex: 0 0 50% + .landing-pro diff --git a/app/templates/home-pro.hbs b/app/templates/home-pro.hbs index e06d672c..9b3e89dc 100644 --- a/app/templates/home-pro.hbs +++ b/app/templates/home-pro.hbs @@ -1,5 +1,5 @@
-
+

Builds apps
with confidence

@@ -23,10 +23,10 @@
-
+
-
-