From 617b0a272effc1a126791fe927cc91101299c888 Mon Sep 17 00:00:00 2001 From: ehab-hassan Date: Tue, 15 Aug 2023 10:40:16 +0300 Subject: [PATCH] update space --- content/contactus/index.md | 7 ++++++- templates/shortcodes/row.html | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/content/contactus/index.md b/content/contactus/index.md index c84ffa6..3c8328c 100644 --- a/content/contactus/index.md +++ b/content/contactus/index.md @@ -30,6 +30,8 @@ weight: 7
+ + {% row(style="center" padding="top" margin="wide") %} @@ -40,7 +42,10 @@ Seamless Directions to Your Jungle Paradise {% end %} -{% row(margin="narrow" padding="both") %} + +
+ +{% row(margin="narrow" reverse="rightreserve" padding="bottom") %} #### **Nearest Airport:** Abeid Amani Karume International Airport diff --git a/templates/shortcodes/row.html b/templates/shortcodes/row.html index f109c05..de8b3f2 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" %} +{% set col_class = "flex-1 mb-4 md:mb-12 lg:mb-0 w-full" %} {% set row_id = '' %}