feat(ui): Vue Create Game component (#5)

Added a create Game vue template without logic

Co-authored-by: LQ63 <lkhermann@web.de>
Reviewed-on: #5
This commit is contained in:
2025-12-10 00:27:08 +01:00
parent 84c9552b1b
commit 3efacde49d
4 changed files with 146 additions and 89 deletions

View File

@@ -20,16 +20,3 @@ a,
background-color: hsla(160, 100%, 37%, 0.2);
}
}
@media (min-width: 1024px) {
body {
display: flex;
place-items: center;
}
#app {
display: grid;
grid-template-columns: 1fr 1fr;
padding: 0 2rem;
}
}