mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-09 18:13:39 +00:00
fix(quick-start-bar): remove part of bottom white space for mobile
This commit is contained in:
parent
ee78f67d59
commit
3ce5c404d1
@ -48,3 +48,9 @@
|
||||
padding: 0.5rem 0.25rem;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 464px) {
|
||||
.quick-start-bar > div {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user