report
All checks were successful
Deploy / Deploy to Production (push) Successful in 5m16s

This commit is contained in:
Julie Blanc 2026-02-07 18:09:13 +01:00
parent 563e9b9fd4
commit cce1ee0596
7 changed files with 86 additions and 56 deletions

View file

@ -252,9 +252,9 @@
font-size: var(--fs-medium);
font-weight: 500;
text-transform: uppercase;
// text-transform: uppercase;
text-wrap: balance;
max-width: var(--max-w-content);
max-width: var(--max-w-content);
color: var(--color-accent);
}
@ -339,11 +339,15 @@
p {
margin: calc(var(--spacing)*0.5) 0;
margin: calc(var(--spacing)*0.75) 0;
}
ul {
padding-left: 3ch;
li{
margin: calc(var(--spacing)*0.5) 0;
}
}
}