2020-12-26 19:59:54 +01:00
|
|
|
///////////////////
|
|
|
|
// //
|
|
|
|
// LISTS //
|
|
|
|
// //
|
|
|
|
///////////////////
|
2020-01-15 17:42:04 +01:00
|
|
|
|
|
|
|
.posts-list {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
margin-bottom: .5em;
|
2019-08-25 17:54:11 +02:00
|
|
|
|
|
|
|
> article {
|
|
|
|
padding-bottom: .5rem;
|
|
|
|
}
|
2020-01-15 17:42:04 +01:00
|
|
|
}
|
|
|
|
|