From ee78f67d593da51352dc8c54abc1b63b560d9b28 Mon Sep 17 00:00:00 2001 From: RadoslavDimchev Date: Wed, 7 Feb 2024 07:55:50 +0200 Subject: [PATCH] feat(quick-start-bar): add different padding for mobile --- src/components/General/QuickStartBar/QuickStartBar.module.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/General/QuickStartBar/QuickStartBar.module.css b/src/components/General/QuickStartBar/QuickStartBar.module.css index 798b8eb9..549e5497 100644 --- a/src/components/General/QuickStartBar/QuickStartBar.module.css +++ b/src/components/General/QuickStartBar/QuickStartBar.module.css @@ -43,4 +43,8 @@ top: 12%; width: 85%; } + + .quick-start-bar > div { + padding: 0.5rem 0.25rem; + } }