Index > CSS > Optimisation zone project closer
All checks were successful
Deploy / Deploy to Production (push) Successful in 9s

This commit is contained in:
Camilledenoray 2026-06-17 11:19:21 +02:00
parent 412c2a5547
commit c92e492fbc
4 changed files with 16 additions and 3 deletions

View file

@ -267,6 +267,8 @@ button.next {
}
.toggle > .close-button {
display: block;
min-height: calc(var(--line-height-S) * 2);
margin-bottom: calc(-1 * var(--line-height-S));
}
}
@ -286,7 +288,6 @@ button.next {
);
gap: var(--body-margin);
pointer-events: all;
padding-bottom: var(--line-height-S);
cursor: inherit;
}