fix stars in order to take all the screen size

This commit is contained in:
Giovanni-Josserand 2025-12-04 22:34:15 +01:00
parent ba36ef8951
commit 00b67c4aa0

View File

@ -18,6 +18,7 @@ body, html {
font-family: system-ui, Avenir, Helvetica, Arial, sans-serif;
color: white;
height: 100%;
overflow-x: visible;
}