Center the welcoming image
This commit is contained in:
parent
7a898422df
commit
3f9272ff24
1 changed files with 2 additions and 2 deletions
|
|
@ -1,9 +1,9 @@
|
|||
html {
|
||||
background-color: #E3ECDE;
|
||||
background-image: url("cozy/static/website/images/background.jpg");
|
||||
background-image: url("static/website/images/background.jpg");
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
background-position: center bottom;
|
||||
background-position: center center;
|
||||
background-attachment: fixed;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue