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

@ -1,7 +1,8 @@
#summary__hero{
width: 100%;
position: relative;
left: 0;
left: 0;
margin-bottom: calc(var(--spacing)*3);
figcaption{
@ -10,7 +11,9 @@
@media #{$x-small}{ font-size: var(--fs-xsmall); }
padding: calc(var(--spacing)*0.5) var(--padding-body);
padding-bottom: 0;
text-align: center;
width: var(--max-w-content);
margin-inline: auto;
}