larger img
All checks were successful
Deploy Theme / deploy (push) Successful in 11s

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

View File

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