diff --git a/src/assets/scss/templates/_bfrtemplates.scss b/src/assets/scss/templates/_bfrtemplates.scss index e4cde187..a06310a9 100644 --- a/src/assets/scss/templates/_bfrtemplates.scss +++ b/src/assets/scss/templates/_bfrtemplates.scss @@ -154,11 +154,20 @@ $grid-column-width:$grid-row-width/$grid-column-count; @include breakpoint(large) { max-height: ( 100vw / 5 ); } - @include breakpoint(xlarge) { - } img { width: 100%; } + footer { + @include breakpoint(small) { + padding-top: $global-padding; + } + @include breakpoint(medium) { + padding-top: $global-padding * 5; + } + } + .post-excerpt { + display:none; + } } } }