From 00b67c4aa09ac1c7bb722befbad3aa9678362630 Mon Sep 17 00:00:00 2001 From: Giovanni-Josserand Date: Thu, 4 Dec 2025 22:34:15 +0100 Subject: [PATCH] fix stars in order to take all the screen size --- assets/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/css/style.css b/assets/css/style.css index 8a59a14..e38ee36 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -18,6 +18,7 @@ body, html { font-family: system-ui, Avenir, Helvetica, Arial, sans-serif; color: white; height: 100%; + overflow-x: visible; }