mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-01-23 09:49:17 +00:00
fix(validator-management): increase gaps and media query for sync cards
This commit is contained in:
parent
e878955b8f
commit
51193dee26
@ -36,17 +36,17 @@
|
||||
justify-content: space-between;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 8px;
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.sync-status-cards-container {
|
||||
display: flex;
|
||||
gap: 8px;
|
||||
gap: 12px;
|
||||
flex-wrap: wrap;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
@media (max-width: 790px) {
|
||||
@media (max-width: 810px) {
|
||||
.sync-status-cards-container {
|
||||
min-width: 100%;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user