feat: change width to percentage

This commit is contained in:
RadoslavDimchev 2023-12-15 11:27:21 +02:00
parent 74e2b956bb
commit 8be67b5b18
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
@media (max-width: 1000px) {
.quick-start-bar {
top: 0;
width: max-content;
width: 85%;
margin: 0 20px;
}