From 984cac2132209110893314f718eaa48a72c37f41 Mon Sep 17 00:00:00 2001 From: Giovanni-Josserand Date: Thu, 4 Dec 2025 22:42:19 +0100 Subject: [PATCH] fix stars in order to take all the screen size --- assets/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/style.css b/assets/css/style.css index 103e637..e38ee36 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -41,7 +41,7 @@ body, html { } #background_div { - min-height: 100vh; + max-height: 100vh; display: flex; justify-content: center; align-items: center;