From af93c718bcbd31f4228d08c196dea81565e9585a Mon Sep 17 00:00:00 2001 From: kscheidecker <kilian.scheidecker@orange.fr> Date: Fri, 7 Mar 2025 07:49:20 +0100 Subject: [PATCH] jsutify --- assets/css/hero.css | 4 ++-- partials/components/hero.hbs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/css/hero.css b/assets/css/hero.css index 9ebb922..3a88c71 100644 --- a/assets/css/hero.css +++ b/assets/css/hero.css @@ -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 { diff --git a/partials/components/hero.hbs b/partials/components/hero.hbs index bc69378..4fb6d05 100644 --- a/partials/components/hero.hbs +++ b/partials/components/hero.hbs @@ -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>