blog/src/styles/home.scss

11 lines
119 B
SCSS
Raw Normal View History

2024-04-02 15:01:06 +00:00
.home.postListing {
.tags {
gap: 4px;
.tag {
background-color: inherit;
padding: 0;
}
}
}