diff options
author | luxagraf <sng@luxagraf.net> | 2016-10-10 08:03:52 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2016-10-10 08:03:52 -0400 |
commit | 4f139b09fd16cd0dd59788d1d37beae4cf184fb6 (patch) | |
tree | 5221620658537523089b6c05fa825c5fd768fba2 /design/sass | |
parent | 3982aeb761dabbf7ec84e51813bf9b07531d332a (diff) |
started work on light version of homepage and made it possble for me to
put links in comments
Diffstat (limited to 'design/sass')
-rw-r--r-- | design/sass/_homepage.scss | 21 |
1 files changed, 19 insertions, 2 deletions
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; + } + } +} |