From 0c6a1d477de04aaf87dde0c45cf178ab6fe7290c Mon Sep 17 00:00:00 2001 From: Giovanni-Josserand Date: Thu, 4 Dec 2025 22:23:54 +0100 Subject: [PATCH] fix stars in order to take all the screen size --- assets/css/style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/assets/css/style.css b/assets/css/style.css index 15ff769..2d7f4f1 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -21,6 +21,16 @@ body, html { height: 100%; } + +#stars1, #stars2, #stars3 { + position: fixed; + top: 0; + left: 0; + width: 100vw; + height: 100%; + z-index: 0; +} + #background_div { max-height: 100vh; display: flex;