background cover

This commit is contained in:
2024-07-23 13:29:36 +02:00
parent 1bacafd8b2
commit 3ea73be083
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -7,6 +7,9 @@ body {
{% if not background.repeat %}
background-repeat: no-repeat;
{% endif %}
{% if background.cover %}
background-size: cover;
{% endif %}
{% if background.color %}
background-color: {{background.color}} !important;
{% endif %}