mirror of
https://github.com/minoplhy/minima-dark.git
synced 2024-11-13 23:27:11 +00:00
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);
|
||||
|
Loading…
Reference in New Issue
Block a user