From 4f139b09fd16cd0dd59788d1d37beae4cf184fb6 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Mon, 10 Oct 2016 08:03:52 -0400 Subject: started work on light version of homepage and made it possble for me to put links in comments --- design/sass/_homepage.scss | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) (limited to 'design/sass') diff --git a/design/sass/_homepage.scss b/design/sass/_homepage.scss index 1a3df6a..6582da5 100644 --- a/design/sass/_homepage.scss +++ b/design/sass/_homepage.scss @@ -2,7 +2,7 @@ @include constrain_wide; @extend %clearfix; &:before { - @include faded_line_after; + margin-top: 3em; } } .homepage--arc-header { @@ -107,7 +107,6 @@ position: relative; z-index: 1; } - .post--image { margin-left: 5px;} .hero--wrapper { @include constrain_wide; position: relative; @@ -183,3 +182,21 @@ @include lighter_faded_line_after; } } +.v082016 { + .header-wrapper { + @include breakpoint(beta) { + border-bottom: none; + } + } + .banner .post--image { + @include breakpoint(gamma) { + max-height: 600px; + overflow: hidden; + } + } + .hero--wrapper { + @include breakpoint(gamma) { + margin-top: -222px; + } + } +} -- cgit v1.2.3-70-g09d2