From 617adfece70848687de2baa3241398b491689c5e Mon Sep 17 00:00:00 2001 From: tint Date: Sat, 3 Dec 2022 23:43:32 -0500 Subject: fix background --- css/main.css | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'css') diff --git a/css/main.css b/css/main.css index eea934b..14b5d8d 100644 --- a/css/main.css +++ b/css/main.css @@ -22,19 +22,12 @@ body { height: 900px; width: 100%; } -body>div { - height: 100vh; -} -body>div>div { - height: 100%; -} #mainBod { background-image: url(/index_files/Apex_3D_Logo_2_.png); background-repeat: repeat; background-color: #a25300; border: 70px solid; - content: ""; - height: 100%; + min-height: 100vh; box-sizing: border-box; border-image: url(/index_files/dollarspindownd.gif) 50 / 6 / 0 stretch; } -- cgit v1.2.3