style fixes
All checks were successful
website-main / prod-build (push) Successful in 1m25s
website-main / test-build (push) Successful in 14s

This commit is contained in:
Denys Konovalov 2024-01-03 12:43:16 +01:00
parent 271169891c
commit 8a8f572521
Signed by: Denys Konovalov
GPG Key ID: 0037E1B0E33BD2C9

@ -262,7 +262,7 @@ textarea.form-control {
border-color: var(--gcg-color-primary);
}
.content *:not(details, details > *) {
.content *:not(details, details > *, .shortcode *) {
margin-bottom: 20px;
}
@ -990,6 +990,12 @@ link:focus,
min-width: 0;
}
.carousel .carousel-control-next-icon, .carousel .carousel-control-prev-icon {
background-color: rgba(0,0,0, 0.2);
border-radius: 1rem;
box-shadow: rgb(0,0,0) 0px 0px 40px;
}
/* Kreative Haufen */
.kh-parent {