Make custom background better

This commit is contained in:
cuom1999 2024-05-03 18:06:07 -05:00
parent 4d56d18a24
commit e5de51f8fa

View file

@ -90,6 +90,10 @@
@media(min-width: 800px) {
#page-container {
background: {{request.profile.css_background|safe}};
background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed;
}
}
</style>