From 51466207cb46a242bf0f7b6dfae0c70ec98c5ef4 Mon Sep 17 00:00:00 2001
From: Krish Patel <65026713+KrishPatel1205@users.noreply.github.com>
Date: Fri, 18 Oct 2024 16:31:58 +0530
Subject: [PATCH 1/2] Update book.html
---
book.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/book.html b/book.html
index 78fa14a5..5257197c 100644
--- a/book.html
+++ b/book.html
@@ -73,7 +73,7 @@
Bali
Why Travel with BuddyTrail?
-
+
- Exclusive discounts and travel packages
- 24/7 customer support for a hassle-free experience
- Handpicked destinations and personalized itineraries
From 6cce1fbe147bf041acd8fdfce6a2221d2c69aad3 Mon Sep 17 00:00:00 2001
From: Krish Patel <65026713+KrishPatel1205@users.noreply.github.com>
Date: Fri, 18 Oct 2024 16:32:54 +0530
Subject: [PATCH 2/2] Update style.css
---
style.css | 16 +++++++++++++++-
1 file changed, 15 insertions(+), 1 deletion(-)
diff --git a/style.css b/style.css
index 990411c9..ed434cdf 100644
--- a/style.css
+++ b/style.css
@@ -676,6 +676,20 @@ nav {
height: 7pc;
}
+/* Booking Page */
+.benifits-list {
+ display: table;
+ flex-direction: column;
+ align-content: center;
+ margin: auto;
+ font-size: large;
+
+}
+
+.benifits-list li {
+ font-size: 1em;
+}
+
/**** BOOKING FORM ****/
.booking-form {
max-width: 600px;
@@ -2848,4 +2862,4 @@ textarea {
color: #666;
margin-bottom: 1rem;
line-height: 1.5;
-}
\ No newline at end of file
+}