update stay page

This commit is contained in:
2023-08-13 15:35:53 +03:00
parent a6ab460a30
commit 27b9463617
22 changed files with 192 additions and 93 deletions

View File

@@ -91,7 +91,7 @@ Parameters:
{% if margin %}
{% if "none" in margin %}
{% set margin_class = " mx-0" %}
{% set margin_class = " mx-4 lg:mx-0" %}
{% elif "wide" in margin %}
{% set margin_class = " mx-4 md:mx-12 lg:mx-16 xl:mx-20" %}
{% elif "moderate" in margin %}