fix(css): increase tag padding on mobile breakpoint

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Vinta Chen
2026-03-22 16:20:14 +08:00
parent 6648961d7b
commit 86aa623260

View File

@@ -1043,6 +1043,10 @@ th[data-sort].sort-asc::after {
.tag-group {
display: none;
}
.tag {
padding: 0.5rem 0.85rem;
}
}
@media (max-width: 680px) {