From b4a33d85186a7fdee7539427fcdb957731ba1f82 Mon Sep 17 00:00:00 2001 From: kscheidecker <kilian.scheidecker@orange.fr> Date: Mon, 10 Mar 2025 17:00:41 +0100 Subject: [PATCH] bigger text --- assets/css/hero.css | 9 ++++++--- partials/components/hero.hbs | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/assets/css/hero.css b/assets/css/hero.css index 09b7e89..4297915 100644 --- a/assets/css/hero.css +++ b/assets/css/hero.css @@ -118,13 +118,12 @@ flex: 1; text-align: left; padding: 20px; - font-size: 1.5rem; + font-size: 1.8rem; color: #333; } .bloc-text h3 { - font-size: 2.3rem; - font-weight: bolder; + font-size: 2.5rem; color: #E72E77; margin-bottom: 1rem; } @@ -208,6 +207,10 @@ height: auto; } + .hero-catch-phrase { + font-size: 2rem; + } + .hero-second { width: 100%; } diff --git a/partials/components/hero.hbs b/partials/components/hero.hbs index 10f9827..431a40e 100644 --- a/partials/components/hero.hbs +++ b/partials/components/hero.hbs @@ -34,7 +34,7 @@ <div class="hero-bloc"> <div class="bloc-text"> - <h2>Set Your Preferences</h2> + <h1>Set Your Preferences</h1> <ul> <li>Choose from sightseeing, nature, and shopping categories.</li> <li>Refine by subcategories like museums or restaurants.</li>