commit 3fa1fe8c7de2785236fb51cbd5b62bb5f89fb34a
parent faab040b701baf6a1711b3e888278453987fc73e
Author: Amit Dutta <mail@amit.is-a.dev>
Date: Mon, 24 Aug 2026 16:30:50 +0530
Merge pull request #74 from notamitgamer/Patch
Enhance styling for tag pages in tags.md
Diffstat:
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/docs/tags.md b/docs/tags.md
@@ -205,17 +205,21 @@ Browse pages grouped by tag. Click a tag below to filter to just that one, or cl
list-style: none;
display: flex;
flex-wrap: wrap;
+ align-items: flex-start;
+ row-gap: 4px;
+ column-gap: 20px;
}
.bsc-tag-pages li {
- padding: 4px 0;
- margin-right: 20px;
+ line-height: 1.6;
}
.bsc-tag-pages a {
+ display: inline-block;
color: var(--vp-c-brand-1);
text-decoration: none;
font-size: 14px;
+ line-height: 1.6;
}
.bsc-tag-pages a:hover {