feat(quick-start-bar): add responsive width

This commit is contained in:
RadoslavDimchev 2024-02-08 23:02:15 +02:00 committed by Emil Ivanichkov
parent d5818acd98
commit e8d2033f8b
1 changed files with 9 additions and 1 deletions

View File

@ -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 {