ajustements style
All checks were successful
Deploy / Deploy to Production (push) Successful in 13s

This commit is contained in:
Julie Blanc 2026-02-06 15:10:27 +01:00
parent 193577b145
commit b9cefffdfa
17 changed files with 174 additions and 139 deletions

View file

@ -10,11 +10,12 @@
padding: 0 1.5ch;
padding-top: 3px;
font-size: var(--fs-small);
font-size: var(--fs-xsmall);
line-height: 1;
background-color: var(--color-bg);
color: var(--color-txt-light);
font-weight: 500;
overflow: hidden;
white-space: nowrap;
@ -37,11 +38,13 @@ main .page__header {
max-width: var(--max-w-content);
text-transform: uppercase;
font-weight: normal;
font-size: var(--fs-big);
font-size: var(--fs-medium);
font-weight: 500;
line-height: var(--leading-tight);
margin-top: calc(var(--spacing) * 1);
margin-bottom: calc(var(--spacing) * 0.5);
text-wrap: balance;
}
.description {