Changed background size and fit because the bolls get too large when the page is longer
This commit is contained in:
parent
b7b77808ca
commit
5407567dfd
|
@ -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{
|
||||
|
|
Loading…
Reference in New Issue