From 7b11b92ae2a1e8f6ec233a8404cbf8aaed84f177 Mon Sep 17 00:00:00 2001 From: spatialfree Date: Sun, 3 Nov 2024 01:45:45 -0500 Subject: [PATCH] top img --- web/public/style.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/web/public/style.css b/web/public/style.css index 8f3844a..9b545c5 100644 --- a/web/public/style.css +++ b/web/public/style.css @@ -185,8 +185,12 @@ body { /* max-width: 1024px; */ padding-left: 58px; } -h1, h2 { - letter-spacing: 2px; +#top_img { + position: absolute; + z-index: -1; + left: 0; + right: 0; + height: 100vh; } h1 { color: #fff;