Continue Setup

This commit is contained in:
marc-go
2026-02-05 19:56:52 +01:00
parent 0a0cacac3b
commit d04d005b1b
10 changed files with 90 additions and 25 deletions

View File

@@ -4,7 +4,7 @@ body {
place-items: center;
height: 100vh;
overflow: hidden;
background-color: #fafafa;
background-image: url("/css/setup.png");
}
.page-content {
@@ -69,6 +69,7 @@ button {
place-items: center;
text-align: center;
border: none;
border-radius: 20pt;
transition: all 0.3s ease-in-out;
}