2022-06-06 10:00:32 +02:00

27 lines
430 B
Plaintext

.postsFeed {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 100%;
.infinite-scroll {
width: 100%;
}
.posts {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 100%;
overflow: overlay;
>div {
margin-bottom: 20px;
}
}
}