Fix timing of Kindertanz 2

This commit is contained in:
Christian Wolf 2024-11-11 21:11:29 +01:00
parent bbb696c8e6
commit e069c6c5d3
No known key found for this signature in database
GPG Key ID: AB6DF7467D2738F2
3 changed files with 10 additions and 2 deletions

View File

@ -24,7 +24,7 @@ Für manchen ist es bereits eine gute Erfahrung, um später in einer der größe
|----------------------------------------|-----------|------------|---------------|------------| |----------------------------------------|-----------|------------|---------------|------------|
| Kindertanz 0 | 2018 - 20 | Freitag | 14:30 - 15:30 | VH Hinten | | Kindertanz 0 | 2018 - 20 | Freitag | 14:30 - 15:30 | VH Hinten |
| Kindertanz 1 | 2016 - 18 | Freitag | 15:30 - 16:30 | VH Hinten | | Kindertanz 1 | 2016 - 18 | Freitag | 15:30 - 16:30 | VH Hinten |
| Kindertanz 2 Turnieraufbau Kinder | | Freitag | 16:30 - 18:00 | VH Hinten | | Kindertanz 2 Turnieraufbau Kinder | | Freitag | 16:30 - 19:00 | VH Hinten |
| Kindertanz 8 Turnieraufb. Latein Ki/Ju | | Donnerstag | 18:00 - 19:30 | VH Hinten | | Kindertanz 8 Turnieraufb. Latein Ki/Ju | | Donnerstag | 18:00 - 19:30 | VH Hinten |
Weitere spannende Angebote für Kinder und Teens findet ihr bei unseren Dance-Stylern. Weitere spannende Angebote für Kinder und Teens findet ihr bei unseren Dance-Stylern.

View File

@ -137,6 +137,6 @@ calendar:
slots: 4 slots: 4
"16:30": "16:30":
title: Kindertanz 2 (Turnieraufbau) title: Kindertanz 2 (Turnieraufbau)
slots: 6 slots: 10
Sa: {} Sa: {}
So: {} So: {}

View File

@ -238,6 +238,14 @@ h1 {
height: 160px; height: 160px;
} }
&.height-9 {
height: 180px;
}
&.height-10 {
height: 200px;
}
.room-block { .room-block {
width: 100%; width: 100%;
height: 100%; height: 100%;