0.1.0 fix css

This commit is contained in:
SDE
2023-12-08 00:03:21 +03:00
parent e0a8c6fa00
commit 4ff18ef599
4 changed files with 65 additions and 58 deletions

View File

@@ -1 +1 @@
style="width: 100%;padding-top: 30px;{% 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: 50px 0;{% 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 %}"