mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-12-26 01:18:21 +01:00
fix: invalid background settings
This commit is contained in:
parent
cbeab0d0f2
commit
d00fd3bd82
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user