diff options
| author | Armand Philippot <git@armandphilippot.com> | 2021-12-20 23:11:08 +0100 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2021-12-20 23:11:08 +0100 |
| commit | 6092ad0c91e0dc268e5988174db87ded14e6c931 (patch) | |
| tree | dd3fc56ae9bde5aa4796bc3889927f55e411dc59 /src/components/Buttons/Buttons.module.scss | |
| parent | 168ed3215f659d44215fd02ac05cc1fe58be4e06 (diff) | |
chore: move toolbar size to global scope
It allows me to manage footer padding on small viewports.
Diffstat (limited to 'src/components/Buttons/Buttons.module.scss')
| -rw-r--r-- | src/components/Buttons/Buttons.module.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/Buttons/Buttons.module.scss b/src/components/Buttons/Buttons.module.scss index b250eb5..a043649 100644 --- a/src/components/Buttons/Buttons.module.scss +++ b/src/components/Buttons/Buttons.module.scss @@ -82,7 +82,8 @@ } .search { - display: block; + display: flex; + place-content: center; width: var(--btn-size); height: var(--btn-size); background: none; |
