From ba36ef89517722b6822c21e9d96e2f348dea002f Mon Sep 17 00:00:00 2001 From: Giovanni-Josserand Date: Thu, 4 Dec 2025 22:33:09 +0100 Subject: [PATCH] fix stars in order to take all the screen size --- assets/css/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/assets/css/style.css b/assets/css/style.css index dfd97d0..8a59a14 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -17,7 +17,6 @@ body, html { background: url("../images/background.jpg") no-repeat center/cover; font-family: system-ui, Avenir, Helvetica, Arial, sans-serif; color: white; - overflow-x: hidden; height: 100%; }