mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-06-21 20:12:15 -07:00
14 lines
208 B
CSS
14 lines
208 B
CSS
main.wallets {
|
|
.wallets__empty {
|
|
display: grid;
|
|
gap: 1rem;
|
|
place-content: center;
|
|
min-height: calc(100dvh - 2 * var(--offset));
|
|
text-align: center;
|
|
|
|
p {
|
|
margin: 0;
|
|
}
|
|
}
|
|
}
|