hide excerpt in homepage view
This commit is contained in:
parent
17ec418a6e
commit
dfd50b4e5c
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue