fix font size and spaces

This commit is contained in:
Ehab Hassan 2023-08-23 14:10:09 +03:00
parent 2312ba8342
commit 7c3979bef0
9 changed files with 9 additions and 9 deletions

View File

@ -19,7 +19,7 @@ weight: 7
![Image](./img/contactus_header1.webp#mx-auto)
<br />
## Get in Touch with Jungle Paradise

View File

@ -19,7 +19,7 @@ weight: 4
![Image](./img/dine_header11.webp#mx-auto)
<br>
## Culinary Bliss Awaits

View File

@ -19,7 +19,7 @@ weight: 6
![Image](./img/explore_header1.webp#mx-auto)
<br>
## Embark on a Captivating Journey

View File

@ -19,7 +19,7 @@ weight: 1
![Image](./img/home_header1.webp#mx-auto)
<br>
## A Historic Haven in Nature's Embrace

View File

@ -19,7 +19,7 @@ weight: 5
![Image](./img/relax_header.webp#mx-auto)
<br/>
## Rejuvenate Your Mind, Body, and Soul

View File

@ -18,7 +18,7 @@ weight: 3
![Image](./img/stay_header.webp#mx-auto)
<br>
## A Serene Retreat of Your Choice

View File

@ -19,7 +19,7 @@ weight: 2
![Image](./img/story_header1.webp#mx-auto)
<br>
## Discover the Essence of Jungle Paradise Resort

View File

@ -137,7 +137,7 @@ img[src*="#fig"] {
@apply font-medium;
}
h2 {
@apply text-3xl lg:text-4xl font-light leading-4 my-4;
@apply text-2xl lg:text-4xl mt-3 lg:mt-8 font-light leading-4 my-2;
font-family: 'Cormorant Infant', serif;
line-height: 1.1;
font-weight: 600;

View File

@ -44,7 +44,7 @@ Parameters:
{% set row_class = row_class ~ " lg:items-center" %}
{% endif %}
{% set col_class = "flex-1 mb-4 md:mb-12 lg:mb-0 lg:mx-4" %}
{% set col_class = "flex-1 mb-2 md:mb-12 lg:mb-0 lg:mx-4" %}
{% set row_id = '' %}