design bottom bar
All checks were successful
Deploy / Deploy to Production (push) Successful in 13s

This commit is contained in:
Julie Blanc 2026-02-20 14:09:25 +01:00
parent f1ace8cc05
commit a1eda42d87
13 changed files with 288 additions and 221 deletions

View file

@ -118,6 +118,21 @@ body, #site-header, #site-footer{
}
@mixin icon($size){
.icon{
display: flex;
width: $size;
height: $size;
svg{
width: $size;
height: $size;
}
}
}
body.menu-open,
body.is-hidden{