diff --git a/_src/_assets/styl/content-featured.styl b/_src/_assets/styl/content-featured.styl index bee01892..4bd0d7f6 100644 --- a/_src/_assets/styl/content-featured.styl +++ b/_src/_assets/styl/content-featured.styl @@ -9,13 +9,15 @@ padding-top: $line-height-computed @media $breakpoint2 - padding-top: ($line-height-computed*2) - padding-bottom: $line-height-computed + padding-top: ($line-height-computed*3) + padding-bottom: ($line-height-computed*3) + + .grid + margin-bottom: 0 .featured-link display: block margin-bottom: $line-height-computed - transition-property: none @media $breakpoint2 margin-bottom: 0 diff --git a/_src/_assets/styl/content.styl b/_src/_assets/styl/content.styl index 136f0af6..21e8c93f 100644 --- a/_src/_assets/styl/content.styl +++ b/_src/_assets/styl/content.styl @@ -35,8 +35,8 @@ padding-top: ($line-height-computed*4) padding-bottom: ($line-height-computed*4) - .page-index &:first-child - padding-top: ($line-height-computed*2) + .page-index &:first-child + padding-top: ($line-height-computed*3) .page-single & padding-bottom: ($line-height-computed*2)