dsfdf
All checks were successful
Deploy / deploy-staging (push) Successful in 6s
Deploy / deploy-production (push) Has been skipped

This commit is contained in:
2026-04-23 23:16:03 +02:00
parent 8b1924989b
commit c14e673faf
5 changed files with 90 additions and 65 deletions

View File

@@ -948,6 +948,10 @@ a {
align-items: start;
}
.module-hero-top--compact {
align-items: center;
}
.module-hero-copy,
.module-hero-actions {
display: grid;
@@ -958,10 +962,6 @@ a {
min-width: 0;
}
.module-hero-copy--compact {
min-height: 1px;
}
.module-title {
margin: 0;
font-size: clamp(1.45rem, 3vw, 2.2rem);
@@ -981,6 +981,7 @@ a {
display: flex;
flex-wrap: wrap;
gap: 8px;
flex: 1 1 auto;
}
.module-button {
@@ -1036,6 +1037,16 @@ a {
width: min(240px, 100%);
}
.brand-copy h1 .module-page-context {
display: inline;
margin-left: 0.35em;
color: var(--brand-accent-3);
font-size: 0.42em;
font-weight: 700;
letter-spacing: -0.01em;
vertical-align: middle;
}
.module-box,
.module-box-soft,
.module-box-table,
@@ -1111,4 +1122,8 @@ a {
.module-hero-actions {
width: 100%;
}
.module-hero-top--compact {
align-items: stretch;
}
}