_sass/_grid.scss in askclass-news-theme-0.2.9 vs _sass/_grid.scss in askclass-news-theme-0.2.10
- old
+ new
@@ -1,7 +1,7 @@
$width: 180px;
-$height: 450px;
+$height: 150px;
ul.grid {
list-style-type: none;
padding-inline-start: unset;
display: grid;
@@ -17,8 +17,8 @@
}
}
img {
object-fit: cover;
width: 100%;
- max-height: $height;
+ height: $height;
}
}