better
All checks were successful
Deploy Theme / deploy (push) Successful in 10s

This commit is contained in:
kscheidecker 2025-03-07 09:36:59 +01:00
parent a89eaf5eee
commit d9c1b78cba

View File

@ -21,7 +21,7 @@
margin-bottom: 4rem; margin-bottom: 4rem;
background: linear-gradient(to bottom right, #F9B208, #E72E77); background: linear-gradient(to bottom right, #F9B208, #E72E77);
padding-top: 60px; padding-top: 60px;
padding-bottom: 80px; padding-bottom: 40px;
padding-right: 40px; padding-right: 40px;
padding-left: 40px; padding-left: 40px;
} }
@ -103,7 +103,6 @@
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
padding: 20px; padding: 20px;
background-color: #f5f5f5;
border-radius: 12px; border-radius: 12px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
} }
@ -111,6 +110,7 @@
/* Styling for bloc-text */ /* Styling for bloc-text */
.bloc-text { .bloc-text {
flex: 1; flex: 1;
text-align: left;
padding: 20px; padding: 20px;
font-size: 1.2rem; font-size: 1.2rem;
color: #333; color: #333;
@ -134,17 +134,23 @@
/* Styling for bloc-image */ /* Styling for bloc-image */
.bloc-image { .bloc-image {
flex: 1; flex: 1;
max-width: 400px; width: 50vw;
padding: 20px;
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: left;
padding-left: 7vw;
padding-right: 7vw;
padding-top: 4vw;
padding-bottom: 4vw;
} }
.bloc-image img { .bloc-image img {
max-width: 100%; width: 15vw;
border-radius: 12px; height: auto;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); border-radius: 20px;
border: 4px solid black;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
} }
/* Button at the end of the hero-second */ /* Button at the end of the hero-second */