Simplify dashboard service layout
All checks were successful
Build & Push Docker Image to Gitea Registry / build-and-push (push) Successful in 12s
All checks were successful
Build & Push Docker Image to Gitea Registry / build-and-push (push) Successful in 12s
This commit is contained in:
16
style.css
16
style.css
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user