Files
brk/website_next/wallets/layout/style.css
T
2026-06-22 16:42:14 +02:00

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