This commit is contained in:
Philippe Torrel
2026-07-23 09:10:13 +02:00
parent 261b0e8c62
commit ad296423bc
20 changed files with 1642 additions and 275 deletions

View File

@@ -1,11 +1,13 @@
.header-main {
width: 100%;
height: 400px;
background-color: $color-3;
display: flex;
justify-content: center;
align-items: center;
background: $color-3 url('../img/header-image.webp') center no-repeat;
background-size: cover;
&--min {
height: 150px;
background-color: $color-2;