website: redesign part 33

This commit is contained in:
nym21
2026-06-21 17:12:25 +02:00
parent 2e401379a0
commit b3031b3375
31 changed files with 818 additions and 417 deletions
+23 -2
View File
@@ -1,13 +1,34 @@
main.wallets {
.wallets__empty {
.empty {
display: grid;
gap: 1rem;
place-content: center;
min-height: calc(100dvh - 2 * var(--offset));
text-align: center;
p {
h1 {
margin: 0;
font-size: 4rem;
font-weight: 400;
line-height: 1;
}
p {
max-width: 31rem;
margin: 0;
color: var(--gray);
font-size: var(--font-size-base);
line-height: var(--line-height-base);
}
> menu {
display: flex;
flex-wrap: wrap;
gap: 0.75rem;
justify-content: center;
margin: 0;
padding: 0;
list-style: none;
}
}
}