Simplify dashboard service layout
All checks were successful
Build & Push Docker Image to Gitea Registry / build-and-push (push) Successful in 12s

This commit is contained in:
Kroonk
2026-05-21 17:27:31 +02:00
parent fddb2e3544
commit 2af7e65d4a
3 changed files with 51 additions and 22 deletions

View File

@@ -217,6 +217,10 @@ main {
margin-top: 18px;
}
.service-overview {
margin-top: 16px;
}
.section[hidden],
.service-card[hidden] {
display: none;
@@ -342,6 +346,18 @@ main {
min-width: 0;
}
.card-category {
display: inline-flex;
width: max-content;
max-width: 100%;
margin-bottom: 5px;
color: var(--dim);
font-size: 0.68rem;
font-weight: 700;
letter-spacing: 0.08em;
text-transform: uppercase;
}
.card-content h3 {
color: #fff;
font-size: 1.04rem;