nouvelle home

This commit is contained in:
Julie Blanc 2026-02-12 18:56:14 +01:00
parent 46b251e229
commit e390d8cd5b
7 changed files with 374 additions and 226 deletions

View file

@ -42,4 +42,13 @@
height: 100%;
object-fit: cover;
}
}
@mixin hide-scrollbar(){
scrollbar-width: none;
-ms-overflow-style: none;
&::-webkit-scrollbar {
display: none;
}
}