|
@@ -566,7 +566,7 @@
|
|
.post-thumbnail img {
|
|
.post-thumbnail img {
|
|
|
|
|
|
max-width: calc( 100% - #{($gutter * 2)} );
|
|
max-width: calc( 100% - #{($gutter * 2)} );
|
|
- max-height: calc( 100% - #{( $gutter * 2 )};
|
|
|
|
|
|
+ max-height: calc( 100% - #{( $gutter * 2 )});
|
|
}
|
|
}
|
|
|
|
|
|
&.grid-item-landscape {
|
|
&.grid-item-landscape {
|
|
@@ -670,7 +670,7 @@
|
|
.post-thumbnail img {
|
|
.post-thumbnail img {
|
|
|
|
|
|
max-width: calc( 100% - #{($gutter * 3)} );
|
|
max-width: calc( 100% - #{($gutter * 3)} );
|
|
- max-height: calc( 100% - #{( $gutter * 3 )};
|
|
|
|
|
|
+ max-height: calc( 100% - #{( $gutter * 3 )});
|
|
}
|
|
}
|
|
|
|
|
|
&.grid-item-landscape {
|
|
&.grid-item-landscape {
|