redesign of the landing page, see #20

This commit is contained in:
Jottyfan
2025-04-05 17:48:18 +02:00
parent a801d3178a
commit 1d67aefa4d
5 changed files with 68 additions and 37 deletions

View File

@ -147,4 +147,14 @@ h4 {
h5 {
font-size: 14px;
}
}
.preview-content {
min-height: 200px;
max-height: 200px;
overflow-y: auto;
}
.accordion-collapse:not(.show) {
height: 200px !important;
}