From c707974ecb5f7db8edb024f5c1e4472eee58f0c7 Mon Sep 17 00:00:00 2001 From: rdrew Date: Thu, 9 Oct 2025 09:23:28 -0300 Subject: [PATCH] lp --- css/components/landing_page.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/css/components/landing_page.css b/css/components/landing_page.css index 4962d30..781e33d 100755 --- a/css/components/landing_page.css +++ b/css/components/landing_page.css @@ -2,7 +2,7 @@ figure.logo--ilivesbdh { background: none; /* width: 24em; */ margin: 0 auto; - height: 380px; + height: 280px; display: flex; flex-direction: column; justify-content: center; @@ -15,11 +15,12 @@ figure.logo--ilivesbdh { h1 { font-size: 4em; /*font-weight:bold;*/ - color:#fff; + color: #fff; + border-bottom: 4px double; } h2 { font-size: 2.2em; - color:#fff; + color: #fff; /*font-weight:bold;*/ } } @@ -34,7 +35,7 @@ article.node.node--type-landing-page h2 { .hero-section { border: 10px solid #d0bca4; - height: 400px; + height: 300px; background-size: cover !important; } .hero--wrapper {