From 8be67b5b189d3df3df2b7743fc62f1131052573c Mon Sep 17 00:00:00 2001 From: RadoslavDimchev Date: Fri, 15 Dec 2023 11:27:21 +0200 Subject: [PATCH] feat: change width to percentage --- src/components/General/QuickStartBar/QuickStartBar.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/General/QuickStartBar/QuickStartBar.module.css b/src/components/General/QuickStartBar/QuickStartBar.module.css index f50ed857..845d506d 100644 --- a/src/components/General/QuickStartBar/QuickStartBar.module.css +++ b/src/components/General/QuickStartBar/QuickStartBar.module.css @@ -30,7 +30,7 @@ @media (max-width: 1000px) { .quick-start-bar { top: 0; - width: max-content; + width: 85%; margin: 0 20px; }