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

This commit is contained in:
Julie Blanc 2026-02-09 13:50:20 +01:00
parent 2b06612a0c
commit fe9d02ffc7
8 changed files with 288 additions and 505 deletions

View file

@ -102,6 +102,22 @@ body, #site-header, #site-footer{
}
@mixin pin(){
.pin{
width: 18px;
height: 18px;
transform: rotate(45deg);
transform-origin: center;
svg{
width: 100%;
height: 100%;
fill: var(--color-txt);
}
}
}
body.menu-open,
body.is-hidden{
overflow-y: hidden;