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

This commit is contained in:
kscheidecker 2025-03-07 07:49:20 +01:00
parent 45c25a42f5
commit af93c718bc
2 changed files with 4 additions and 4 deletions

View File

@ -102,7 +102,7 @@
.steps {
display: flex;
flex-direction: column;
gap: 40px;
gap: 80px;
text-align: justify;
}
@ -127,7 +127,7 @@
}
.feature {
text-align: center;
text-align: justify;
}
.feature h3 {

View File

@ -30,7 +30,7 @@
<div class="steps">
<div class="step">
<h3>1. Set Your Preferences</h3>
<p>Choose the experiences that matter to you whether it's history, nature, or shopping, your preferences guide the trip. Choose the length of your trip as well, be it an hour or the whole day.</p>
<p>Choose the experiences that matter to you, whether it's history, nature, or shopping, your preferences guide the trip. Choose the length of your trip as well, be it an hour or the whole day.</p>
<!-- Add a screenshot of the preference selection screen -->
</div>
<div class="step">
@ -40,7 +40,7 @@
</div>
<div class="step">
<h3>3. Explore at Your Own Pace</h3>
<p>Follow the plan or make changes on the go our flexible trip design allows you to explore freely while ensuring you never miss anything important.</p>
<p>Follow the plan or make changes on the go : our flexible trip design allows you to explore freely while ensuring you never miss anything important.</p>
<!-- Add a screenshot of an itinerary view -->
</div>
</div>