mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-09 18:13:39 +00:00
feat(quick-start-bar): add more side padding for small screens
This commit is contained in:
parent
49cff8960a
commit
3d8c39b9f8
@ -56,3 +56,9 @@
|
||||
padding: 0.5rem 0.25rem;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 464px) {
|
||||
.quick-start-bar-container {
|
||||
padding: 0 35px;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user