From 6e27c3d0a0634b710592b1506e8cf4a5dadb5847 Mon Sep 17 00:00:00 2001 From: jetshree_sharma Date: Wed, 30 Oct 2024 18:55:50 +0530 Subject: [PATCH 1/2] Updated travel itineraries section --- index.html | 6 +++--- style.css | 10 +--------- 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/index.html b/index.html index 6f189b7e..04c1cee9 100644 --- a/index.html +++ b/index.html @@ -1118,7 +1118,7 @@

TRAVEL ITINERARIES

Family Vacation

-

+

Explore the best family-friendly destinations with day-by-day guides that include must-see attractions and activities for all ages. @@ -1130,7 +1130,7 @@

Family Vacation

Solo Adventure

-

+

Embark on a solo journey with our handpicked itineraries, offering exciting experiences and peaceful retreats just for you.

@@ -1139,7 +1139,7 @@

Solo Adventure

Romantic Getaway

-

+

Plan the perfect romantic escape with itineraries that include serene locations, romantic dinners, and memorable experiences.

diff --git a/style.css b/style.css index a6327258..ce4e18d0 100644 --- a/style.css +++ b/style.css @@ -1510,6 +1510,7 @@ Light mode styles body.light-mode { gap: 20px; color: #003366; margin-top: 60px; + height: 320px; } .itinerary { @@ -1546,15 +1547,6 @@ Light mode styles body.light-mode { } -.itinerary-list { - display: flex; - flex-wrap: wrap; - justify-content: space-around; - gap: 20px; - color: #003366; - margin-top: 20px; -} - .itinerary { background: lightgrey; padding: 20px; From 5ec8cc5a8152b45a7c586339691f5bf71a10a318 Mon Sep 17 00:00:00 2001 From: jetshree_sharma <135634085+Jetshree@users.noreply.github.com> Date: Thu, 31 Oct 2024 15:43:37 +0530 Subject: [PATCH 2/2] Update style.css --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index ce4e18d0..a336c314 100644 --- a/style.css +++ b/style.css @@ -1510,7 +1510,7 @@ Light mode styles body.light-mode { gap: 20px; color: #003366; margin-top: 60px; - height: 320px; + height: 260px; } .itinerary {