responsive
All checks were successful
Deploy / Deploy to Production (push) Successful in 11s

This commit is contained in:
Julie Blanc 2026-02-07 15:59:34 +01:00
parent 48ded249a3
commit da79013711
14 changed files with 203 additions and 200 deletions

View file

@ -11,7 +11,6 @@
padding-top: 3px;
font-size: var(--fs-xsmall);
line-height: 1;
background-color: var(--color-bg);
color: var(--color-txt-light);
@ -40,7 +39,7 @@ main .page__header {
font-weight: normal;
font-size: var(--fs-medium);
font-weight: 500;
line-height: var(--leading-tight);
line-height: var(--leading-title);
margin-top: calc(var(--spacing) * 1);
margin-bottom: calc(var(--spacing) * 0.5);
text-wrap: balance;
@ -48,8 +47,8 @@ main .page__header {
}
.description {
max-width: 58ch;
line-height: 1.1;
// max-width: 58ch;
// line-height: 1.1;
}
.description-medium{