From 5407567dfd84cafa4440e0804a8ba42ac34674cf Mon Sep 17 00:00:00 2001 From: tijsklaren Date: Tue, 10 Oct 2023 15:27:44 +0200 Subject: [PATCH] Changed background size and fit because the bolls get too large when the page is longer --- src/css/general.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/css/general.css b/src/css/general.css index 97c0848..0020f03 100644 --- a/src/css/general.css +++ b/src/css/general.css @@ -8,8 +8,7 @@ body{ /* Background */ background-color: white; background-image: url("https://git.intermate.nl/CIE_plus_plus/resources/raw/branch/main/images/balls.svg"); - background-repeat: repeat; - background-size: cover; + background-size: contain; } h1{