This commit is contained in:
2023-07-29 13:16:25 +02:00
parent 7e86759eb5
commit 93fb7f1b1a
39 changed files with 274 additions and 381 deletions

View File

@ -537,7 +537,7 @@ details[open] summary {
.intro-video .play-btn {
position: absolute;
top: 50%;
left: 0;
left: calc(50% - 40px);
transform: translateY(-50%);
}
@ -914,12 +914,6 @@ link:focus,
}
}
@media (min-width: 768px) {
.termin-tc {
width: 25%;
}
}
@media (max-width: 991px) {
.navigation {
background: var(--gcg-color-secondary);