page investigations
All checks were successful
Deploy / Deploy to Production (push) Successful in 11s

This commit is contained in:
Julie Blanc 2026-01-06 17:14:32 +01:00
parent ea648498e2
commit 6cf52a6703
20 changed files with 556 additions and 278 deletions

View file

@ -54,4 +54,11 @@ img{
body, #site-header, #site-footer{
transition: background-color 0.3s ease, color 0.3s ease;
}
@mixin grid-content(){
display: grid;
grid-gap: var(--padding-inner);
grid-template-columns: 2fr 3fr;
position: relative;
}

View file

@ -18,6 +18,7 @@
--fs-button-bold: 22px;
--max-w-content: 700px;
--max-w-container: 1280px;
@media #{$small} {
--fs-medium: 20px;