1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-06-17 18:13:14 +02:00
blog/src/pages/tags.module.css

16 lines
225 B
CSS

.tags {
list-style: none;
padding: 0;
text-align: center;
}
.tags li {
display: inline-block;
margin-top: calc(var(--spacer) / 4);
margin-bottom: calc(var(--spacer) / 4);
}
.tags li::before {
display: none;
}