mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-12 19:36:35 +00:00
feat(quick-start-bar): add responsive width
This commit is contained in:
parent
d5818acd98
commit
e8d2033f8b
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user