From e6314a1c444374de48593db20e70ac4181cd0140 Mon Sep 17 00:00:00 2001 From: Bobby Date: Sun, 28 May 2023 13:33:28 -0400 Subject: Welcome banner no longer has fixed height and p changes effectively too --- static/css/home.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'static/css') diff --git a/static/css/home.css b/static/css/home.css index 6f31b5b7..5f6ae60d 100644 --- a/static/css/home.css +++ b/static/css/home.css @@ -1,6 +1,6 @@ #welcome { width: 730px; - height: 262px; + /* height: 262px; */ background: url('../images/backgrounds/welcome-banner.png') no-repeat; background-size: 730px 262px; margin: 0px auto 20px auto; @@ -15,7 +15,7 @@ width: 375px; margin: 12px 0px 12px 50px; position: relative; - top: 30px; + top: -5px; text-align: justify; } -- cgit v1.2.3