report + harmonize panel-left
All checks were successful
Deploy / Deploy to Production (push) Successful in 11s

This commit is contained in:
Julie Blanc 2026-01-23 17:38:08 +01:00
parent bee25e5922
commit bd97c1c33e
19 changed files with 1107 additions and 770 deletions

View file

@ -61,4 +61,15 @@ body, #site-header, #site-footer{
grid-gap: var(--padding-inner);
grid-template-columns: 2fr 3fr;
position: relative;
}
}
@mixin hide-scroll(){
scrollbar-width: none;
-ms-overflow-style: none;
&::-webkit-scrollbar {
display: none;
}
}

View file

@ -17,9 +17,11 @@
--fs-button-bold: 22px;
--max-w-content: 700px;
--max-w-content: 640px;
--max-w-cards: 1000px;
--max-w-container: 1280px;
--z-header: 2000;
--panel-w: 310px;
@media #{$small} {
--fs-medium: 20px;
@ -105,7 +107,7 @@
--grey-800: #cfcfcf;
--color-bg: #efefef;
--color-txt: #000000;
--color-txt: #161616;
--color-txt-light: var(--grey-400);
--color-accent: #ff00ff;