fix: article category overflow

closes https://github.com/CaiJimmy/hugo-theme-stack/issues/1045
This commit is contained in:
Jimmy Cai 2024-09-07 13:22:30 +02:00
parent fddab05362
commit b50b09e27c
2 changed files with 1 additions and 1 deletions

View File

@ -131,6 +131,7 @@
.article-tags {
display: flex;
gap: 10px;
flex-wrap: wrap;
a {
color: var(--accent-color-text);

View File

@ -67,7 +67,6 @@
}
.article-tags {
flex-wrap: wrap;
text-transform: unset;
}