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

This commit is contained in:
Kale 2021-06-08 20:38:46 -07:00
parent d7160eacce
commit 68a33fc0b5
No known key found for this signature in database
GPG Key ID: F8A6CE83F1274467

View File

@ -214,13 +214,16 @@
} }
.post-list { .post-list {
flex: 1 0 200; display: flex;
margin: 0 0 rem(30px); flex-wrap: wrap;
display: inline-block; justify-content: space-between;
min-height: rem(285px); align-items: stretch;
transition: all 0.3s;
position: relative; &:after {
z-index: 1; display: block;
width: 30%;
content: "";
}
> li { > li {
margin-bottom: $spacing-unit; margin-bottom: $spacing-unit;