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,9 +224,14 @@
width: 30%;
content: "";
}
> article {
float: left;
width: 30%;
margin-bottom: 50px;
> li {
margin-bottom: $spacing-unit;
@include media-query($on-small) {
width: 100%;
}
}
}