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

This commit is contained in:
Kale 2021-06-08 19:56:44 -07:00
parent ebc683dedf
commit a3390b5698
No known key found for this signature in database
GPG Key ID: F8A6CE83F1274467

View File

@ -232,6 +232,15 @@
color: $brand-color; color: $brand-color;
} }
.row {
@include center(100%);
margin: 0px rem($rowMargin);
}
.flex-grid {
display: flex;
flex-flow: row wrap;
}
.post-link { .post-link {
display: block; display: block;
@include relative-font-size(1.5); @include relative-font-size(1.5);