13 lines
150 B
SCSS
13 lines
150 B
SCSS
|
/*
|
||
|
* ************** *
|
||
|
* LISTS *
|
||
|
* ************** *
|
||
|
*/
|
||
|
|
||
|
.posts-list {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
margin-bottom: .5em;
|
||
|
}
|
||
|
|