fix stars in order to take all the screen size

This commit is contained in:
Giovanni-Josserand 2025-12-04 22:35:49 +01:00
parent 00b67c4aa0
commit 840a0e532c

View File

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