hover card with bg
All checks were successful
Deploy / Deploy to Production (push) Successful in 14s

This commit is contained in:
Julie Blanc 2026-01-28 01:03:42 +01:00
parent 80a606243e
commit a0f0110fa6
14 changed files with 289 additions and 78 deletions

View file

@ -16,8 +16,17 @@ body{
min-height: 100dvh;
min-height: 100vh;
.page__header,
.page__content{
max-width: var(--max-w-cards);
margin-inline: auto;
}
}
}

View file

@ -22,9 +22,9 @@
}
main .page__header {
max-width: var(--max-w-cards);
margin-inline: auto;
margin-top: calc(var(--spacing) * 3);
margin-bottom: calc(var(--spacing) * 2);