Update '_sass/minima-dark/_layout.scss'

This commit is contained in:
Kale 2021-06-08 19:50:05 -07:00
parent eb557b778b
commit 95552695eb
No known key found for this signature in database
GPG Key ID: F8A6CE83F1274467

View File

@ -214,8 +214,13 @@
} }
.post-list { .post-list {
margin-left: 0; flex: 1 0 $itemMinWidth;
list-style: none; margin: 0 0 rem(30px);
display: inline-block;
min-height: rem(285px);
transition: all 0.3s;
position: relative;
z-index: 1;
> li { > li {
margin-bottom: $spacing-unit; margin-bottom: $spacing-unit;