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

This commit is contained in:
Kale 2021-06-08 20:44:49 -07:00
parent 50d22e39ea
commit 8b49663462
No known key found for this signature in database
GPG Key ID: F8A6CE83F1274467

View File

@ -224,10 +224,15 @@
width: 30%; width: 30%;
content: ""; content: "";
} }
> article {
float: left;
width: 30%;
margin-bottom: 50px;
> li { @include media-query($on-small) {
margin-bottom: $spacing-unit; width: 100%;
} }
}
} }
.post-meta { .post-meta {