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
d7160eacce
commit
68a33fc0b5
@ -214,13 +214,16 @@
|
||||
}
|
||||
|
||||
.post-list {
|
||||
flex: 1 0 200;
|
||||
margin: 0 0 rem(30px);
|
||||
display: inline-block;
|
||||
min-height: rem(285px);
|
||||
transition: all 0.3s;
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-between;
|
||||
align-items: stretch;
|
||||
|
||||
&:after {
|
||||
display: block;
|
||||
width: 30%;
|
||||
content: "";
|
||||
}
|
||||
|
||||
> li {
|
||||
margin-bottom: $spacing-unit;
|
||||
|
Loading…
Reference in New Issue
Block a user