docs: Fix button gap. (#1608)

This commit is contained in:
Jason Lee 2025-11-14 18:46:23 +08:00 committed by GitHub
parent f35d0c5832
commit ec3eda60e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -122,7 +122,7 @@ import {
@apply text-lg xl:text-2xl text-(--muted-foreground);
}
.actions {
@apply flex justify-center text-sm;
@apply gap-4 flex justify-center text-sm;
a {
@apply flex items-center h-8 rounded-md gap-1.5 px-3 has-[>svg]:px-2.5 no-underline
bg-(--secondary) hover:bg-(--secondary)/70 text-(--secondary-foreground);