style fixes
All checks were successful
website-main / prod-build (push) Successful in 13s
website-main / test-build (push) Successful in 5s

This commit is contained in:
2024-01-03 12:14:44 +01:00
parent 7db204b6d4
commit eab1d36be5
3 changed files with 14 additions and 19 deletions

View File

@ -262,7 +262,7 @@ textarea.form-control {
border-color: var(--gcg-color-primary);
}
.content * {
.content *:not(details, details > *) {
margin-bottom: 20px;
}
@ -366,7 +366,7 @@ summary {
color: var(--gcg-color-secondary);
}
summary.hover {
summary:hover {
color: var(--gcg-color-primary);
}
@ -399,11 +399,6 @@ details[open] summary {
font-size: 96px;
}
#wc-canvas {
width: 100%;
height: 600px;
}
.filter-controls li {
cursor: pointer;
transition: 0.1s ease;