docs: Fix button gap. (#1608)
This commit is contained in:
parent
f35d0c5832
commit
ec3eda60e0
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue