add figcaption
All checks were successful
Deploy / Deploy to Production (push) Successful in 12s

This commit is contained in:
Julie Blanc 2026-02-18 17:51:48 +01:00
parent ecedeaa484
commit 70bd4f2f2c
7 changed files with 71 additions and 53 deletions

View file

@ -611,6 +611,7 @@ button.sort[data-sort-type=up] .arrow {
width: 100%;
position: relative;
left: 0;
margin-bottom: calc(var(--spacing) * 3);
}
#summary__hero figcaption {
color: var(--color-txt-light);
@ -624,6 +625,9 @@ button.sort[data-sort-type=up] .arrow {
#summary__hero figcaption {
padding: calc(var(--spacing) * 0.5) var(--padding-body);
padding-bottom: 0;
text-align: center;
width: var(--max-w-content);
margin-inline: auto;
}
#summary__hero figure {
width: 100%;