feat: change width to percentage
This commit is contained in:
parent
74e2b956bb
commit
8be67b5b18
|
@ -30,7 +30,7 @@
|
|||
@media (max-width: 1000px) {
|
||||
.quick-start-bar {
|
||||
top: 0;
|
||||
width: max-content;
|
||||
width: 85%;
|
||||
margin: 0 20px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue