File size: 125 Bytes
41a71fd |
1 2 3 4 5 6 7 8 |
@import '@/app/globalStyles/config/mixin.scss';
.PostList {
display: flex;
flex-direction: column;
gap: 12px;
}
|
41a71fd |
1 2 3 4 5 6 7 8 |
@import '@/app/globalStyles/config/mixin.scss';
.PostList {
display: flex;
flex-direction: column;
gap: 12px;
}
|