fix: article category overflow (#1055)

closes https://github.com/CaiJimmy/hugo-theme-stack/issues/1045
This commit is contained in:
Jimmy Cai
2024-09-07 13:25:26 +02:00
committed by GitHub
parent fddab05362
commit fcd56dd21c
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -131,6 +131,7 @@
.article-tags {
display: flex;
gap: 10px;
flex-wrap: wrap;
a {
color: var(--accent-color-text);