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
50d22e39ea
commit
8b49663462
@ -224,10 +224,15 @@
|
|||||||
width: 30%;
|
width: 30%;
|
||||||
content: "";
|
content: "";
|
||||||
}
|
}
|
||||||
|
> article {
|
||||||
|
float: left;
|
||||||
|
width: 30%;
|
||||||
|
margin-bottom: 50px;
|
||||||
|
|
||||||
> li {
|
@include media-query($on-small) {
|
||||||
margin-bottom: $spacing-unit;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-meta {
|
.post-meta {
|
||||||
|
Loading…
Reference in New Issue
Block a user