Compare commits
No commits in common. "b5afc2418345da69326b372225b2dd56af1a92eb" and "78c0b13b340fe087edf08140bdbc6f2adb74fe90" have entirely different histories.
b5afc24183
...
78c0b13b34
File diff suppressed because one or more lines are too long
|
@ -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;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue