This commit is contained in:
SBD
2023-11-28 17:48:17 +03:00
parent f8420ce693
commit 822445021d
2 changed files with 7 additions and 4 deletions

View File

@@ -1 +1 @@
style="width: 100%;{% if block.bg_image %} background: url({{ MEDIA_URL }}{{ block.bg_image }}); background-size: cover; background-repeat: no-repeat; background-position: top;{% elif block.bg_color %} background: {{ block.bg_color }}{% endif %}"
style="width: 100%;padding-top: 1px;{% if block.bg_image %} background: url({{ MEDIA_URL }}{{ block.bg_image }}); background-size: cover; background-repeat: no-repeat; background-position: top;{% elif block.bg_color %} background: {{ block.bg_color }}{% endif %}"