mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-06-30 22:09:00 -07:00
19 lines
275 B
CSS
19 lines
275 B
CSS
main.wallets {
|
|
> footer {
|
|
display: flex;
|
|
gap: 1rem;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
align-self: end;
|
|
|
|
@media (max-width: 34rem) {
|
|
justify-content: center;
|
|
}
|
|
}
|
|
|
|
> article {
|
|
display: grid;
|
|
gap: 1.5rem;
|
|
}
|
|
}
|