add navigation

This commit is contained in:
2025-05-03 15:50:21 +02:00
parent bffbfd6ec0
commit 6fd64a1681
16 changed files with 401 additions and 148 deletions

View File

@@ -92,18 +92,13 @@ body {
}
#app {
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
gap: 10px;
background: var(--neutral-50);
color: var(--neutral-950);
height: 100vh;
width: 100vw;
padding: 10px;
box-sizing: border-box;
}
button {
color: var(--neutral-900);
}