Fix buttons
This commit is contained in:
parent
6cb971b5a5
commit
eed637c725
|
@ -38,7 +38,7 @@ const { title, icon, class: className, ariaLabel, id } = Astro.props;
|
||||||
place-items: center;
|
place-items: center;
|
||||||
place-content: center;
|
place-content: center;
|
||||||
gap: 1em;
|
gap: 1em;
|
||||||
white-space: pre;
|
white-space: nowrap;
|
||||||
|
|
||||||
font-variation-settings: "wght" 700;
|
font-variation-settings: "wght" 700;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
Loading…
Reference in New Issue