Update '_sass/minima-dark/_layout.scss'
This commit is contained in:
parent
ebc683dedf
commit
a3390b5698
@ -232,6 +232,15 @@
|
||||
color: $brand-color;
|
||||
}
|
||||
|
||||
.row {
|
||||
@include center(100%);
|
||||
margin: 0px rem($rowMargin);
|
||||
}
|
||||
.flex-grid {
|
||||
display: flex;
|
||||
flex-flow: row wrap;
|
||||
}
|
||||
|
||||
.post-link {
|
||||
display: block;
|
||||
@include relative-font-size(1.5);
|
||||
|
Reference in New Issue
Block a user