9 lines
175 B
SCSS
9 lines
175 B
SCSS
.spacer_posts {
|
|
justify-content: start !important;
|
|
|
|
.recent_posts .chunk .header {
|
|
background-color: var(--background-1);
|
|
white-space: nowrap;
|
|
}
|
|
}
|