From 3bd7dac4d0d93dfbca7f05dc366cc545a9c6c365 Mon Sep 17 00:00:00 2001 From: Jason Costello Date: Mon, 10 Oct 2016 10:43:42 -0700 Subject: [PATCH] some clean up --- website/source/assets/stylesheets/_home.scss | 64 ++++++++------------ 1 file changed, 26 insertions(+), 38 deletions(-) diff --git a/website/source/assets/stylesheets/_home.scss b/website/source/assets/stylesheets/_home.scss index ecd32b4f8..b6f2205f9 100755 --- a/website/source/assets/stylesheets/_home.scss +++ b/website/source/assets/stylesheets/_home.scss @@ -75,7 +75,7 @@ body.page-home { width: 100%; text-align: justify; - li { + li{ display: inline-block; width: 80px; height: 80px; @@ -118,42 +118,6 @@ body.page-home { background: transparent image-url("customer-logos/hotels-dot-com.svg") center no-repeat; background-size: 100%; } - - } - - .feature{ - padding: 240px 0; - - .lead{ - max-width: 30em; - } - - .icn{ - display: block; - width: 186px; - height: 272px; - margin: 0 auto; - background-position: center 0; - background-repeat: no-repeat; - } - - } - - .skew-item{ - >.container{ - position: relative; - top: 0; - z-index: 11; - } - - .feature-skew{ - position: absolute; - top: 0px; - bottom: 0px; - left: 0px; - width: 100%; - height: 100%; - } } #feature-overview{ @@ -163,7 +127,7 @@ body.page-home { z-index: 80; } - .feature-card { + .feature-card{ height: 210px; border: 2px solid #E6E7E8; padding:20px; @@ -200,6 +164,30 @@ body.page-home { } } + .feature{ + + p.lead{ + max-width: 30em; + } + } + + .skew-item{ + >.container{ + position: relative; + top: 0; + z-index: 11; + } + + .feature-skew{ + position: absolute; + top: 0px; + bottom: 0px; + left: 0px; + width: 100%; + height: 100%; + } + } + #feature-write{ position: relative; padding: 180px 0 200px;