mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-06-16 17:59:45 -07:00
22 lines
340 B
CSS
22 lines
340 B
CSS
main.wallets {
|
|
.wallets__settings {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
gap: 0.75rem;
|
|
align-items: end;
|
|
justify-content: end;
|
|
}
|
|
|
|
.wallets__settings .wallets__field {
|
|
min-width: min(100%, 14rem);
|
|
}
|
|
}
|
|
|
|
@media (max-width: 34rem) {
|
|
main.wallets {
|
|
.wallets__settings {
|
|
justify-content: start;
|
|
}
|
|
}
|
|
}
|