Files
brk/website_next/wallets/empty/style.css
T
2026-06-17 11:25:42 +02:00

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;
}
}
}