fix font size and spaces
This commit is contained in:
parent
2312ba8342
commit
7c3979bef0
@ -19,7 +19,7 @@ weight: 7
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
<br />
|
|
||||||
|
|
||||||
## Get in Touch with Jungle Paradise
|
## Get in Touch with Jungle Paradise
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ weight: 4
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
<br>
|
|
||||||
|
|
||||||
## Culinary Bliss Awaits
|
## Culinary Bliss Awaits
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ weight: 6
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
<br>
|
|
||||||
|
|
||||||
## Embark on a Captivating Journey
|
## Embark on a Captivating Journey
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ weight: 1
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
<br>
|
|
||||||
|
|
||||||
## A Historic Haven in Nature's Embrace
|
## A Historic Haven in Nature's Embrace
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ weight: 5
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
<br/>
|
|
||||||
|
|
||||||
## Rejuvenate Your Mind, Body, and Soul
|
## Rejuvenate Your Mind, Body, and Soul
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@ weight: 3
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
<br>
|
|
||||||
|
|
||||||
## A Serene Retreat of Your Choice
|
## A Serene Retreat of Your Choice
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ weight: 2
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
<br>
|
|
||||||
|
|
||||||
## Discover the Essence of Jungle Paradise Resort
|
## Discover the Essence of Jungle Paradise Resort
|
||||||
|
|
||||||
|
@ -137,7 +137,7 @@ img[src*="#fig"] {
|
|||||||
@apply font-medium;
|
@apply font-medium;
|
||||||
}
|
}
|
||||||
h2 {
|
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;
|
font-family: 'Cormorant Infant', serif;
|
||||||
line-height: 1.1;
|
line-height: 1.1;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
@ -44,7 +44,7 @@ Parameters:
|
|||||||
{% set row_class = row_class ~ " lg:items-center" %}
|
{% set row_class = row_class ~ " lg:items-center" %}
|
||||||
{% endif %}
|
{% 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 = '' %}
|
{% set row_id = '' %}
|
||||||
|
Loading…
Reference in New Issue
Block a user