Files
brk/website_next/wallets/empty/style.css
T
2026-06-19 23:16:27 +02:00

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