wave canvas styling fix + links righthand bar

This commit is contained in:
2026-03-04 20:29:38 -06:00
parent 6d5e6b5202
commit fd13b72380
6 changed files with 91 additions and 86 deletions

View File

@@ -12,5 +12,5 @@ main {
.welcome {
text-align: center;
position: absolute;
top: 50%;
top: calc(50% + 50px);
}