2023-01-23 23:59:37 +00:00

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;
}
}