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 {