From 6092ad0c91e0dc268e5988174db87ded14e6c931 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Mon, 20 Dec 2021 23:11:08 +0100 Subject: chore: move toolbar size to global scope It allows me to manage footer padding on small viewports. --- src/components/Buttons/Buttons.module.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/components/Buttons') 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; -- cgit v1.2.3