Compare commits

..

No commits in common. "b5afc2418345da69326b372225b2dd56af1a92eb" and "78c0b13b340fe087edf08140bdbc6f2adb74fe90" have entirely different histories.

2 changed files with 3 additions and 12 deletions

File diff suppressed because one or more lines are too long

View File

@ -154,21 +154,12 @@ $grid-column-width:$grid-row-width/$grid-column-count;
@include breakpoint(large) { @include breakpoint(large) {
max-height: ( 100vw / 5 ); max-height: ( 100vw / 5 );
} }
@include breakpoint(xlarge) {
}
img { img {
width: 100%; width: 100%;
} }
} }
footer {
@include breakpoint(small) {
padding-top: $global-padding;
}
@include breakpoint(medium) {
padding-top: $global-padding * 5;
}
.post-excerpt {
display:none;
}
}
} }
} }
} }