Skip to content

Commit

Permalink
Merge pull request #1786 from Jetshree/main
Browse files Browse the repository at this point in the history
Updated travel itineraries section
  • Loading branch information
PriyaGhosal authored Oct 31, 2024
2 parents 3ac668a + 5ec8cc5 commit 4f1c740
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1097,7 +1097,7 @@ <h2 id="h1darkbtn">TRAVEL ITINERARIES</h2>
<div class="itinerary">
<div class="header1">
<h3>Family Vacation</h3>
<p>
<p style="font-size: 14px;">
Explore the best family-friendly destinations with day-by-day
guides that include must-see attractions and activities for all
ages.
Expand All @@ -1109,7 +1109,7 @@ <h3>Family Vacation</h3>
<div class="itinerary">
<div class="header1">
<h3>Solo Adventure</h3>
<p>
<p style="font-size: 14px;">
Embark on a solo journey with our handpicked itineraries, offering
exciting experiences and peaceful retreats just for you.
</p>
Expand All @@ -1118,7 +1118,7 @@ <h3>Solo Adventure</h3>
<div class="itinerary">
<div class="header1">
<h3>Romantic Getaway</h3>
<p>
<p style="font-size: 14px;">
Plan the perfect romantic escape with itineraries that include
serene locations, romantic dinners, and memorable experiences.
</p>
Expand Down
10 changes: 1 addition & 9 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1511,6 +1511,7 @@ Light mode styles body.light-mode {
gap: 20px;
color: #003366;
margin-top: 60px;
height: 260px;
}

.itinerary {
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 4f1c740

Please sign in to comment.