Add wallets

This commit is contained in:
2025-09-27 09:01:29 +03:00
parent bd00562100
commit 2d342e8c66
5 changed files with 34 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

+11
View File
@@ -150,6 +150,17 @@ footer {
}
}
.blocks {
display: flex;
flex-wrap: wrap;
margin-top: .5rem;
gap: .5rem;
.block {
margin-top: 0;
}
}
.icon {
width: 1.5em;
vertical-align: middle;