From e8d2033f8b5eefa5e2511f8ac86a8aaeec7aabad Mon Sep 17 00:00:00 2001 From: RadoslavDimchev Date: Thu, 8 Feb 2024 23:02:15 +0200 Subject: [PATCH] feat(quick-start-bar): add responsive width --- .../General/QuickStartBar/QuickStartBar.module.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/components/General/QuickStartBar/QuickStartBar.module.css b/src/components/General/QuickStartBar/QuickStartBar.module.css index 549e5497..ca96c91a 100644 --- a/src/components/General/QuickStartBar/QuickStartBar.module.css +++ b/src/components/General/QuickStartBar/QuickStartBar.module.css @@ -39,9 +39,17 @@ } @media (max-width: 1000px) { + .quick-start-bar-container { + width: 100% - 40px; + display: flex; + align-items: center; + justify-content: center; + padding: 0 20px; + } + .quick-start-bar { top: 12%; - width: 85%; + width: 100%; } .quick-start-bar > div {