arrow go-to
All checks were successful
Deploy / Deploy to Production (push) Successful in 11s

This commit is contained in:
Julie Blanc 2026-01-25 22:25:08 +01:00
parent f28680f77e
commit 50f4836be1
14 changed files with 371 additions and 42 deletions

View file

@ -64,8 +64,6 @@ body, #site-header, #site-footer{
}
@mixin hide-scroll(){
scrollbar-width: none;
-ms-overflow-style: none;
@ -74,6 +72,13 @@ body, #site-header, #site-footer{
}
}
@mixin clamp($lines) {
display: -webkit-box;
-webkit-line-clamp: $lines;
-webkit-box-orient: vertical;
overflow: hidden;
}
body.menu-open,
body.is-hidden{

View file

@ -11,3 +11,8 @@ $paysage: "screen and (max-height: 670px) and (min-width: 1080px)";
@media #{$medium}{
}
@media #{$x-small}{
}