feat(quick-start-bar): add responsive width
This commit is contained in:
parent
d5818acd98
commit
e8d2033f8b
|
@ -39,9 +39,17 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 1000px) {
|
@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 {
|
.quick-start-bar {
|
||||||
top: 12%;
|
top: 12%;
|
||||||
width: 85%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.quick-start-bar > div {
|
.quick-start-bar > div {
|
||||||
|
|
Loading…
Reference in New Issue