fix stars in order to take all the screen size

This commit is contained in:
Giovanni-Josserand 2025-12-04 22:23:54 +01:00
parent 97b8a84ebb
commit 0c6a1d477d

View File

@ -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;