From b614568cbbd00d4b11f2f72e2dc23945820096fb Mon Sep 17 00:00:00 2001 From: ehab-hassan Date: Wed, 16 Aug 2023 14:15:02 +0300 Subject: [PATCH] update --- content/stay/index.md | 42 +++++++++++++++++++++--------------------- css/index.css | 16 +++++++--------- 2 files changed, 28 insertions(+), 30 deletions(-) diff --git a/content/stay/index.md b/content/stay/index.md index e49026d..d607f78 100644 --- a/content/stay/index.md +++ b/content/stay/index.md @@ -11,6 +11,8 @@ weight: 3 {% row(style="center" bgColor="#EEEBE4" padding="bottom" margin="narrow") %} +
+
![Image](./img/stay_header.png#mx-auto) @@ -110,28 +112,13 @@ An array of convenient facilities and amenities to enhance your stay. {% end %} -{% row(style="center" padding="none" margin="wide") %} - -![Image](./img/facilities1.png#fill) - -||| - -
- -External Laundry Service - -Room Service - -
- -||| - -![Image](./img/facilities3.png#fill) - -{% end %} +
{% row(style="center" padding="bottom" margin="wide") %} +![Image](./img/facilities1.png#stretch) + +
Baggage Storage @@ -142,10 +129,21 @@ Concierge Desk ||| -![Image](./img/facilities2.png#fill) +
+ +External Laundry Service + +Room Service + +
+ +![Image](./img/facilities2.png#stretch) ||| + +![Image](./img/facilities3.png#stretch) +
Swimming Pool @@ -153,7 +151,9 @@ Swimming Pool Restaurant & Beach Bar Spa +
+ {% end %}
@@ -180,4 +180,4 @@ Spa p{ margin: 0px 6px; } - + diff --git a/css/index.css b/css/index.css index 2c44485..c2e21a9 100644 --- a/css/index.css +++ b/css/index.css @@ -68,6 +68,11 @@ img[src*="#fill"] { height: 100%; } +img[src*="#stretch"] { + width: auto; + height: 245px; +} + img[src*="#tft_img"] { width: 150px; margin: 8px; @@ -163,7 +168,7 @@ p { @apply font-medium; } h3 { - @apply text-2xl lg:text-3xl font-normal my-4; + @apply text-xl lg:text-3xl font-normal my-4; font-family: 'Cormorant Infant', serif; line-height: 1.2; color: #ffffff; @@ -470,19 +475,12 @@ header { padding-bottom: 65%; } @media (max-width: 768px) { - h2 { - font-size: 4rem; - } + } @media (max-width: 640px) { .banner h2 { font: 600 7vw/10vw; } - - .header h1,h2 { - font-size: 35px; - } - .banner h2 svg { font-size: 30px; }