fix stars in order to take all the screen size

This commit is contained in:
Giovanni-Josserand 2025-12-04 21:20:33 +01:00
parent b6be004e95
commit 93e4982d89

View File

@ -21,6 +21,15 @@ body, html {
}
#stars1, #stars2, #stars3 {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
z-index: 0;
}
#background_div {
max-height: 100vh;
display: flex;