mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-04-30 10:36:45 +02:00
fix: invalid background settings
All checks were successful
gitea-sync/antos/pipeline/head This commit looks good
All checks were successful
gitea-sync/antos/pipeline/head This commit looks good
This commit is contained in:
parent
47b7b73876
commit
33b8ad8e4e
@ -19,8 +19,8 @@ html,body{
|
|||||||
body
|
body
|
||||||
{
|
{
|
||||||
background-image: url("wp/wp2.jpg");
|
background-image: url("wp/wp2.jpg");
|
||||||
background-size: "cover";
|
background-size: cover;
|
||||||
background-repeat: "repeat";
|
background-repeat: repeat;
|
||||||
}
|
}
|
||||||
#wrapper{
|
#wrapper{
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user