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

This commit is contained in:
kscheidecker 2025-03-10 15:58:10 +01:00
parent 2de0325438
commit 3fec2b7f6e
2 changed files with 12 additions and 7 deletions

View File

@ -120,7 +120,7 @@
} }
.bloc-text h3 { .bloc-text h3 {
font-size: 1.9rem; font-size: 2.1rem;
color: #E72E77; color: #E72E77;
margin-bottom: 1rem; margin-bottom: 1rem;
} }
@ -239,4 +239,9 @@
flex-direction: column; flex-direction: column;
} }
/* Revoke alternate layout for image on left or right */
.hero-bloc:nth-child(even) {
flex-direction: row-reverse;
}
} }

View File

@ -47,9 +47,6 @@
</div> </div>
<div class="hero-bloc"> <div class="hero-bloc">
<div class="bloc-image">
<img src="assets/screenshots/screenshot_1.png" alt="Optimization Process">
</div>
<div class="bloc-text"> <div class="bloc-text">
<h3>Get the Perfect Trip</h3> <h3>Get the Perfect Trip</h3>
<ul> <ul>
@ -58,6 +55,9 @@
<li>Enjoy smart optimization for the perfect balance of activities.</li> <li>Enjoy smart optimization for the perfect balance of activities.</li>
</ul> </ul>
</div> </div>
<div class="bloc-image">
<img src="assets/screenshots/screenshot_1.png" alt="Optimization Process">
</div>
</div> </div>
<div class="hero-bloc"> <div class="hero-bloc">
@ -75,9 +75,6 @@
</div> </div>
<div class="hero-bloc"> <div class="hero-bloc">
<div class="bloc-image">
<img src="assets/screenshots/screenshot_2.png" alt="App Mockup">
</div>
<div class="bloc-text"> <div class="bloc-text">
<h3>Real-time Flexibility</h3> <h3>Real-time Flexibility</h3>
<ul> <ul>
@ -85,6 +82,9 @@
<li>Adjust your itinerary anytime and keep exploring effortlessly.</li> <li>Adjust your itinerary anytime and keep exploring effortlessly.</li>
</ul> </ul>
</div> </div>
<div class="bloc-image">
<img src="assets/screenshots/screenshot_2.png" alt="App Mockup">
</div>
</div> </div>
<div class="hero-bloc"> <div class="hero-bloc">