mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-11 03:24:16 +00:00
33 lines
516 B
Plaintext
Executable File
33 lines
516 B
Plaintext
Executable File
.feed {
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
justify-content: center;
|
|
|
|
width: 100%;
|
|
|
|
.feed_header {
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
justify-content: center;
|
|
|
|
width: 100%;
|
|
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.emptyFeed {
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
justify-content: center;
|
|
|
|
width: 100%;
|
|
|
|
margin-top: 20px;
|
|
}
|
|
} |