fix stars in order to take all the screen size

This commit is contained in:
Giovanni-Josserand 2025-12-04 22:42:19 +01:00
parent 840a0e532c
commit 984cac2132

View File

@ -41,7 +41,7 @@ body, html {
} }
#background_div { #background_div {
min-height: 100vh; max-height: 100vh;
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;