background cover
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user