From d72c5ea2de5ec846bfadbe73eee08da93cda5810 Mon Sep 17 00:00:00 2001 From: asus Date: Sun, 2 Jun 2024 19:20:34 +0200 Subject: [PATCH] changed hero title height from auto to 50vh to take more consistant space --- styles/elements/hero.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/styles/elements/hero.css b/styles/elements/hero.css index b6185b5..1648239 100644 --- a/styles/elements/hero.css +++ b/styles/elements/hero.css @@ -7,8 +7,9 @@ * - the details element 'voir le cv' dont jump when we unroll it * grid-template-rows: 1fr auto 1fr; - */ grid-template-rows: auto auto 1fr; + */ + grid-template-rows: 50vh auto 1fr; } #hero .subtitle { text-align: center;