From c5ef8778d5d46382c124b76b30b4fd3bde146d42 Mon Sep 17 00:00:00 2001 From: kscheidecker Date: Tue, 11 Mar 2025 08:29:04 +0100 Subject: [PATCH] font size --- assets/css/hero.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/assets/css/hero.css b/assets/css/hero.css index 101a54f..f17e09a 100644 --- a/assets/css/hero.css +++ b/assets/css/hero.css @@ -219,7 +219,7 @@ } .hero-catch-phrase { - font-size: 2rem; + font-size: 1.75rem; } .hero-second { @@ -245,4 +245,11 @@ margin-bottom: 2vh; } + .bloc-text { + font-size: 1.5rem; + } + + .bloc-text h3 { + font-size: 1.7rem; + } } \ No newline at end of file