Mitte Level implementieren
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user