modification card article
All checks were successful
Deploy / Deploy to Production (push) Successful in 12s

This commit is contained in:
Julie Blanc 2026-01-27 18:51:58 +01:00
parent 4610cc4fe7
commit a1554cfae0
7 changed files with 44 additions and 53 deletions

View file

@ -26,10 +26,6 @@
}
section:target{
padding-top: calc(var(--header-h) + var(--spacing));
}
@ -45,6 +41,11 @@
margin-bottom: 0px;
}
}
section:target{
padding-top: calc(var(--header-h) + var(--spacing));
}
}
@media #{$medium-up}{
@ -70,8 +71,6 @@
}
}
}