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

This commit is contained in:
2026-05-04 02:07:58 +02:00
parent 206bede930
commit 9acf70d7ce
7 changed files with 217 additions and 147 deletions

View File

@@ -1136,7 +1136,8 @@ body.has-modal-open {
}
.module-hero-copy,
.module-hero-actions {
.module-hero-actions,
.module-submenu-actions {
display: grid;
gap: 8px;
}
@@ -1216,7 +1217,8 @@ body.has-modal-open {
font-size: 0.92rem;
}
.module-hero-actions {
.module-hero-actions,
.module-submenu-actions {
justify-items: start;
align-content: start;
width: min(240px, 100%);
@@ -1398,7 +1400,8 @@ body.has-modal-open {
flex-direction: column;
}
.module-hero-actions {
.module-hero-actions,
.module-submenu-actions {
width: 100%;
}