diff options
| author | Armand Philippot <git@armandphilippot.com> | 2022-04-15 15:34:21 +0200 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2022-04-15 16:26:29 +0200 |
| commit | 6ec16bc15cc78e62cb94e131699625fa5363437c (patch) | |
| tree | 8090c2a611fbec2e79f49422c1ca582fa33c5248 /src/components/molecules/buttons/heading-button.module.scss | |
| parent | 64570357f9608ad6638b1f8cc283ee9dd1cc3264 (diff) | |
chore: add a Widget component
Diffstat (limited to 'src/components/molecules/buttons/heading-button.module.scss')
| -rw-r--r-- | src/components/molecules/buttons/heading-button.module.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/molecules/buttons/heading-button.module.scss b/src/components/molecules/buttons/heading-button.module.scss index d068001..1d16410 100644 --- a/src/components/molecules/buttons/heading-button.module.scss +++ b/src/components/molecules/buttons/heading-button.module.scss @@ -11,7 +11,7 @@ justify-content: space-between; gap: var(--spacing-md); width: 100%; - padding: 0; + padding: 0 var(--spacing-2xs); position: sticky; top: 0; background: inherit; |
