From b584fadf409ad9eac536dfaa247252eab4d83527 Mon Sep 17 00:00:00 2001 From: zek Date: Wed, 25 Oct 2023 17:45:29 -0700 Subject: [PATCH] Update style.css --- CSS/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CSS/style.css b/CSS/style.css index 469ba71..aeefc80 100644 --- a/CSS/style.css +++ b/CSS/style.css @@ -28,7 +28,9 @@ body { } #particles-js { background: black; - height: 100vh; + width: 100%; + height: 100%; z-index: -1; position: absolute; + } \ No newline at end of file