From cf94d649a8498849b84b2e5dd25dbaaf510d1508 Mon Sep 17 00:00:00 2001 From: Christophe Chaudier <christophe@lydra.fr> Date: Wed, 27 Apr 2022 16:16:15 +0200 Subject: [PATCH] fix: reduce heroBanner size --- src/css/custom.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/css/custom.css b/src/css/custom.css index 4fc26a3..567f6cf 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -78,7 +78,8 @@ a:hover { } .heroBanner_src-pages-index-module { - padding: 3rem 0 !important; + padding: 0.5rem !important; + padding-bottom: 2.5rem !important; } /********* TABLE OF CONTENT ********/ -- GitLab