début de l'intégration design desktop

This commit is contained in:
Valentin
2023-12-14 09:38:25 +01:00
parent 6c4cf6f696
commit cb35336870
8 changed files with 442 additions and 101 deletions

View File

@@ -1,2 +1,7 @@
$x_margin: 3vw;
$y_margins: 2vh;
$y_margins: 2vh;
/* BREAKPOINTS */
$breakpoint_tablet: 960px;
$breakpoint_desktop: 1280px;

View File

@@ -48,8 +48,12 @@ $title_size: 2.3rem;
background-color: white;
border: solid 2px $fluo_green;
padding: 9px 18px;
transition: background-color 0.3s ease;
svg {
display: none;
}
}
a:hover {
background-color: $fluo_green;
}
}