Make custom background better
This commit is contained in:
parent
4d56d18a24
commit
e5de51f8fa
1 changed files with 4 additions and 0 deletions
|
@ -90,6 +90,10 @@
|
||||||
@media(min-width: 800px) {
|
@media(min-width: 800px) {
|
||||||
#page-container {
|
#page-container {
|
||||||
background: {{request.profile.css_background|safe}};
|
background: {{request.profile.css_background|safe}};
|
||||||
|
background-size: cover;
|
||||||
|
background-position: center;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-attachment: fixed;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue