Mitte Level implementieren

This commit is contained in:
2026-02-18 13:53:00 +01:00
parent 374be205b7
commit be159bcbf0
3 changed files with 112 additions and 133 deletions

View File

@@ -368,30 +368,33 @@ h1 {
#pdfPages,
#onlineTraining,
#trainingLeicht,
#trainingMittel,
#trainingSchwer {
display: none;
}
#trainingMittel {
display: flex !important;
display: flex;
justify-content: center;
gap: 10px;
align-items: flex-start;
}
.hidden {
display: none !important;
}
.spalte-links {
display: flex;
flex-direction: column;
align-items: flex-end;
align-items: stretch;
gap: 10px;
}
.spalte-rechts {
display: flex;
flex-direction: column;
align-items: flex-start;
align-items: stretch;
gap: 10px;
}
@@ -421,4 +424,4 @@ h1 {
background: linear-gradient(rgba(255,255,255,0.7), rgba(255,255,255,0.9)), url("verified.jfif");
background-repeat: repeat;
background-size: 80px;
}
}