From 7c3979bef0e058bda98256b9ba1ef70e0191a644 Mon Sep 17 00:00:00 2001 From: ehab-hassan Date: Wed, 23 Aug 2023 14:10:09 +0300 Subject: [PATCH] fix font size and spaces --- content/contactus/index.md | 2 +- content/dine/index.md | 2 +- content/explore/index.md | 2 +- content/home/index.md | 2 +- content/relax/index.md | 2 +- content/stay/index.md | 2 +- content/story/index.md | 2 +- css/index.css | 2 +- templates/shortcodes/row.html | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/content/contactus/index.md b/content/contactus/index.md index f096440..50d118f 100644 --- a/content/contactus/index.md +++ b/content/contactus/index.md @@ -19,7 +19,7 @@ weight: 7 ![Image](./img/contactus_header1.webp#mx-auto) -
+ ## Get in Touch with Jungle Paradise diff --git a/content/dine/index.md b/content/dine/index.md index b7e9759..abda8ea 100644 --- a/content/dine/index.md +++ b/content/dine/index.md @@ -19,7 +19,7 @@ weight: 4 ![Image](./img/dine_header11.webp#mx-auto) -
+ ## Culinary Bliss Awaits diff --git a/content/explore/index.md b/content/explore/index.md index 34d9267..ca27f98 100644 --- a/content/explore/index.md +++ b/content/explore/index.md @@ -19,7 +19,7 @@ weight: 6 ![Image](./img/explore_header1.webp#mx-auto) -
+ ## Embark on a Captivating Journey diff --git a/content/home/index.md b/content/home/index.md index b1a45f8..6a25861 100644 --- a/content/home/index.md +++ b/content/home/index.md @@ -19,7 +19,7 @@ weight: 1 ![Image](./img/home_header1.webp#mx-auto) -
+ ## A Historic Haven in Nature's Embrace diff --git a/content/relax/index.md b/content/relax/index.md index 4021e38..fb9165f 100644 --- a/content/relax/index.md +++ b/content/relax/index.md @@ -19,7 +19,7 @@ weight: 5 ![Image](./img/relax_header.webp#mx-auto) -
+ ## Rejuvenate Your Mind, Body, and Soul diff --git a/content/stay/index.md b/content/stay/index.md index 1ce43a1..c4389cd 100644 --- a/content/stay/index.md +++ b/content/stay/index.md @@ -18,7 +18,7 @@ weight: 3 ![Image](./img/stay_header.webp#mx-auto) -
+ ## A Serene Retreat of Your Choice diff --git a/content/story/index.md b/content/story/index.md index 79bba65..0b6ae5a 100644 --- a/content/story/index.md +++ b/content/story/index.md @@ -19,7 +19,7 @@ weight: 2 ![Image](./img/story_header1.webp#mx-auto) -
+ ## Discover the Essence of Jungle Paradise Resort diff --git a/css/index.css b/css/index.css index 12988cd..763f7d9 100644 --- a/css/index.css +++ b/css/index.css @@ -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; diff --git a/templates/shortcodes/row.html b/templates/shortcodes/row.html index 555202a..8e66baf 100644 --- a/templates/shortcodes/row.html +++ b/templates/shortcodes/row.html @@ -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 = '' %}