update stay page
This commit is contained in:
@@ -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> #}
|
||||
|
||||
|
@@ -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 %}
|
||||
|
Reference in New Issue
Block a user