From c13a2641c46cbe3c03cedb4b145ea5503602b24c Mon Sep 17 00:00:00 2001 From: Bobby Date: Sun, 28 May 2023 16:12:17 -0400 Subject: Home height::min-for #welcome --- static/css/home.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/css') diff --git a/static/css/home.css b/static/css/home.css index 5f6ae60d..3b5845df 100644 --- a/static/css/home.css +++ b/static/css/home.css @@ -1,6 +1,6 @@ #welcome { width: 730px; - /* height: 262px; */ + min-height: 262px; background: url('../images/backgrounds/welcome-banner.png') no-repeat; background-size: 730px 262px; margin: 0px auto 20px auto; -- cgit v1.2.3