From 840a0e532c0e1028a8447fd66fc3528b11603af6 Mon Sep 17 00:00:00 2001 From: Giovanni-Josserand Date: Thu, 4 Dec 2025 22:35:49 +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 e38ee36..103e637 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -41,7 +41,7 @@ body, html { } #background_div { - max-height: 100vh; + min-height: 100vh; display: flex; justify-content: center; align-items: center;