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

@@ -46,7 +46,7 @@
</div> #}
{# <img src="{{get_url(path='images/')}}" class="w-60" alt=""> #}
{# <hr class="my-4 border-y-0 w-1/2 border-blue-500/50"> #}
<div class="text-center mx-auto">
<div class="text-center mx-4">
<p class="text-base lg:text-lg font-semibold my-0">© 2023 Jungle Paradise Resort & SPA. All Rights Reserved.
{# <a href="https://threefold.io/" target="_blank" class="hard_blue my-0 text-base">Terms & Conditions</a></p> #}

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 %}