diff --git a/content/contactus/index.md b/content/contactus/index.md index 3c8328c..f81db16 100644 --- a/content/contactus/index.md +++ b/content/contactus/index.md @@ -98,6 +98,6 @@ Zanzibar, Tanzania
\ No newline at end of file diff --git a/content/explore/index.md b/content/explore/index.md index bb828a4..58d908e 100644 --- a/content/explore/index.md +++ b/content/explore/index.md @@ -148,6 +148,6 @@ Get ready for a lifetime of unforgettable experiences as you delve into the natu diff --git a/content/home/index.md b/content/home/index.md index b3b3231..f2e729c 100644 --- a/content/home/index.md +++ b/content/home/index.md @@ -186,7 +186,7 @@ Our dedicated team is committed to ensuring that every moment of your stay is no p{ - margin: 0px; + margin: 0px 6px; } diff --git a/content/stay/index.md b/content/stay/index.md index 0f0b800..e49026d 100644 --- a/content/stay/index.md +++ b/content/stay/index.md @@ -178,6 +178,6 @@ Spa background-color:#EEEBE4; } p{ - margin: 0px; + margin: 0px 6px; } diff --git a/content/story/index.md b/content/story/index.md index 875eb91..513bd1c 100644 --- a/content/story/index.md +++ b/content/story/index.md @@ -88,7 +88,7 @@ By choosing Jungle Paradise, you're not merely indulging in a getaway – you're p{ - margin: 0px; + margin: 0px 6px; } diff --git a/css/index.css b/css/index.css index cdedda7..2c44485 100644 --- a/css/index.css +++ b/css/index.css @@ -137,7 +137,7 @@ p { @apply font-medium; } h2 { - @apply text-3xl md:text-5xl lg:text-5xl font-light leading-4 my-4; + @apply text-3xl lg:text-4xl font-light leading-4 my-4; font-family: 'Cormorant Infant', serif; line-height: 1.1; font-weight: 600; @@ -163,7 +163,7 @@ p { @apply font-medium; } h3 { - @apply text-2xl lg:text-4xl font-normal my-4; + @apply text-2xl lg:text-3xl font-normal my-4; font-family: 'Cormorant Infant', serif; line-height: 1.2; color: #ffffff;