add staking page

This commit is contained in:
2026-06-16 17:00:07 +03:00
parent c9bebf71d6
commit ff1726ab02
9 changed files with 96 additions and 36 deletions

View File

@@ -1,6 +1,6 @@
.page {
width: 100%;
max-width: 960px;
max-width: 1200px;
margin: 0 auto;
padding: 32px 32px 48px;
}
@@ -17,7 +17,7 @@
}
.subtitle {
font-size: 14px;
font-size: 16px;
color: var(--text-secondary);
}