website: redesign part 31

This commit is contained in:
nym21
2026-06-18 22:39:28 +02:00
parent 408d83c350
commit 00f7d69ea6
37 changed files with 811 additions and 703 deletions
+23 -21
View File
@@ -1,32 +1,34 @@
main.wallets {
.wallets__header {
> header {
display: flex;
gap: 1rem;
align-items: center;
justify-content: end;
@media (max-width: 34rem) {
justify-content: start;
}
> div {
display: flex;
flex-wrap: wrap;
gap: 0.5rem;
justify-content: end;
@media (max-width: 34rem) {
justify-content: start;
}
> button {
border-color: var(--orange);
color: var(--black);
background: var(--orange);
}
}
}
.wallets__actions {
display: flex;
flex-wrap: wrap;
gap: 0.5rem;
justify-content: end;
}
.wallets__content {
> section[aria-live] {
display: grid;
gap: 1.5rem;
}
}
@media (max-width: 34rem) {
main.wallets {
.wallets__header {
justify-content: start;
}
.wallets__actions {
justify-content: start;
}
}
}