website: redesign part 32

This commit is contained in:
nym21
2026-06-19 23:16:27 +02:00
parent 00f7d69ea6
commit 45ab6ebf71
28 changed files with 234 additions and 264 deletions
+1 -7
View File
@@ -3,17 +3,11 @@ main.wallets {
display: grid;
gap: 1rem;
place-content: center;
min-height: 16rem;
min-height: calc(100dvh - 2 * var(--offset));
text-align: center;
p {
margin: 0;
}
> button {
border-color: var(--orange);
color: var(--black);
background: var(--orange);
}
}
}