fix: invalid background settings

This commit is contained in:
DanyLE 2023-10-23 14:04:28 +02:00 committed by Dany LE
parent cbeab0d0f2
commit d00fd3bd82

View File

@ -19,8 +19,8 @@ html,body{
body
{
background-image: url("wp/wp2.jpg");
background-size: "cover";
background-repeat: "repeat";
background-size: cover;
background-repeat: repeat;
}
#wrapper{
margin: 0;