Fix timetable width
All checks were successful
CI / build (push) Successful in 11s
CI / lint (push) Successful in 8s
CI / build-and-push-docker (push) Successful in 12s

This commit is contained in:
2025-08-30 22:40:18 +02:00
parent 7face12353
commit 45a02b84f2

View File

@@ -1,3 +1,4 @@
.container { .container {
padding: 1px 100px 30px 100px; padding: 1px 100px 30px 100px;
width: 100%;
} }