From 97b8a84ebb4919d7d55f628edac18387e112b908 Mon Sep 17 00:00:00 2001 From: Giovanni-Josserand Date: Thu, 4 Dec 2025 21:34:44 +0100 Subject: [PATCH] fix stars in order to take all the screen size --- assets/css/style.css | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index f9385e9..15ff769 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -18,16 +18,7 @@ body, html { font-family: system-ui, Avenir, Helvetica, Arial, sans-serif; color: white; overflow-x: hidden; -} - - -#stars1, #stars2, #stars3 { - position: fixed; - top: 0; - left: 0; - width: 100vw; - height: 100vh; - z-index: 0; + height: 100%; } #background_div {