More control panel updates

This commit is contained in:
2026-02-21 11:46:55 -07:00
parent 435fb8150c
commit 7352815e57
79 changed files with 1318 additions and 240 deletions

View File

@@ -1430,8 +1430,8 @@
.hero { min-height: auto; padding-top: calc(var(--header-height) + 2rem); padding-bottom: 3rem; }
.hero h1 { font-size: 2rem; }
.hero-root-glow { width: 300px; height: 300px; top: auto; bottom: 0; }
.hero-root-svg { top: auto; bottom: 0; transform: translate(-50%, 20%); }
.hero-root-glow { width: 250px; height: 250px; top: 50%; bottom: auto; }
.hero-root-svg { top: 50%; bottom: auto; transform: translate(-50%, -50%); width: 250px; height: 250px; }
.hero-stats {
grid-template-columns: repeat(2, 1fr);
@@ -1449,7 +1449,6 @@
.branch { padding-left: 0; }
.root-network-svg { display: none; }
.floating-elements { display: none; }
.hero-root-svg { width: 300px; height: 300px; }
.sites-grid {
grid-template-columns: 1fr;