feat: changed structure

This commit is contained in:
Philippe Torrel
2026-07-22 11:41:40 +02:00
parent 3ec02626a6
commit 261b0e8c62
245 changed files with 22 additions and 2 deletions

View File

@@ -0,0 +1,37 @@
.header-main {
width: 100%;
height: 400px;
background-color: $color-3;
display: flex;
justify-content: center;
align-items: center;
&--min {
height: 150px;
background-color: $color-2;
display: flex;
justify-content: center;
align-items: center;
.content-box {
figure {
width: 150px;
}
}
}
// .content-box {
// figure {
// width: 280px;
// figcaption {
// position: absolute;
// clip: rect(1px, 1px, 1px, 1px);
// clip-path: inset(0 0 99.9% 99.9%);
// overflow: hidden;
// height: 1px;
// width: 1px;
// padding: 0;
// border: 0;
// }
// }
// }
}