diff --git a/index.html b/index.html index e67b7682..ccc0a747 100644 --- a/index.html +++ b/index.html @@ -1097,7 +1097,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. @@ -1109,7 +1109,7 @@

Family Vacation

Solo Adventure

-

+

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

@@ -1118,7 +1118,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 64e6068c..d52a39dd 100644 --- a/style.css +++ b/style.css @@ -1511,6 +1511,7 @@ Light mode styles body.light-mode { gap: 20px; color: #003366; margin-top: 60px; + height: 260px; } .itinerary { @@ -1547,15 +1548,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;