mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-06-20 03:34:21 -07:00
15 lines
189 B
CSS
15 lines
189 B
CSS
main.wallets {
|
|
.wallets__empty {
|
|
display: grid;
|
|
gap: 1rem;
|
|
place-content: center;
|
|
min-height: 16rem;
|
|
text-align: center;
|
|
|
|
h2,
|
|
p {
|
|
margin: 0;
|
|
}
|
|
}
|
|
}
|