Changed background size and fit because the bolls get too large when the page is longer

This commit is contained in:
tijsklaren 2023-10-10 15:27:44 +02:00
parent b7b77808ca
commit 5407567dfd
1 changed files with 1 additions and 2 deletions

View File

@ -8,8 +8,7 @@ body{
/* Background */ /* Background */
background-color: white; background-color: white;
background-image: url("https://git.intermate.nl/CIE_plus_plus/resources/raw/branch/main/images/balls.svg"); background-image: url("https://git.intermate.nl/CIE_plus_plus/resources/raw/branch/main/images/balls.svg");
background-repeat: repeat; background-size: contain;
background-size: cover;
} }
h1{ h1{