mirror of
https://github.com/minoplhy/minima-dark.git
synced 2024-11-14 15:47:10 +00:00
Update '_sass/minima-dark/_layout.scss'
This commit is contained in:
parent
ebc683dedf
commit
a3390b5698
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user