mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
27 lines
430 B
Plaintext
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;
|
|
}
|
|
}
|
|
} |