mostly working ticket selection for non-seatplan

This commit is contained in:
2023-08-07 17:35:20 +02:00
parent ed38edd880
commit 9b7eb913ae
5 changed files with 68 additions and 46 deletions

View File

@@ -8,7 +8,6 @@
body {
font-family: sans-serif;
width: 100%;
height: 800px;
margin: 0;
display: flex;
justify-content: center;
@@ -18,7 +17,7 @@
.content {
width: 80%;
height: 90%;
height: 800px;
display: flex;
justify-content: center;
align-items: center;