hide excerpt and give footer some space
This commit is contained in:
parent
dfd50b4e5c
commit
689d2baeb0
File diff suppressed because one or more lines are too long
|
@ -147,9 +147,19 @@ $grid-column-width:$grid-row-width/$grid-column-count;
|
||||||
overflow:hidden;
|
overflow:hidden;
|
||||||
@include breakpoint(small) {
|
@include breakpoint(small) {
|
||||||
max-height: ( 100vw / 2 );
|
max-height: ( 100vw / 2 );
|
||||||
|
footer {
|
||||||
|
@include breakpoint(small) {
|
||||||
|
padding-top: $global-padding;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@include breakpoint(medium) {
|
@include breakpoint(medium) {
|
||||||
max-height: ( 100vw / 3 );
|
max-height: ( 100vw / 3 );
|
||||||
|
footer {
|
||||||
|
@include breakpoint(medium) {
|
||||||
|
padding-top: $global-padding * 5;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@include breakpoint(large) {
|
@include breakpoint(large) {
|
||||||
max-height: ( 100vw / 5 );
|
max-height: ( 100vw / 5 );
|
||||||
|
@ -157,14 +167,6 @@ $grid-column-width:$grid-row-width/$grid-column-count;
|
||||||
img {
|
img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
footer {
|
|
||||||
@include breakpoint(small) {
|
|
||||||
padding-top: $global-padding;
|
|
||||||
}
|
|
||||||
@include breakpoint(medium) {
|
|
||||||
padding-top: $global-padding * 5;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.post-excerpt {
|
.post-excerpt {
|
||||||
display:none;
|
display:none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue