added support for a background image on the homepage
This commit is contained in:
parent
6fa58f635e
commit
35d298ae55
4 changed files with 18 additions and 0 deletions
|
@ -330,3 +330,10 @@ hr {
|
|||
text-decoration: none;
|
||||
z-index: 100000;
|
||||
}
|
||||
|
||||
.background-image {
|
||||
background-repeat: no-repeat;
|
||||
background-attachment: fixed;
|
||||
background-size: cover;
|
||||
background-position: center center;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue