This commit is contained in:
kscheidecker 2025-03-11 07:51:02 +01:00
parent fb13eb399f
commit 543f1b711b

@ -187,7 +187,6 @@
height: 65vh; height: 65vh;
width: 100%; width: 100%;
flex-direction: column; flex-direction: column;
align-content: start;
} }
.hero-content { .hero-content {
@ -228,6 +227,10 @@
flex-direction: column; flex-direction: column;
} }
.bloc-image img {
width: 45vw;
max-width: 500px;
height: auto;
}
} }