Skip to content

Commit

Permalink
Merge pull request PriyaGhosal#959 from KrishPatel1205/branch2
Browse files Browse the repository at this point in the history
[FIXED] BUG: Alignment issue PriyaGhosal#874
  • Loading branch information
PriyaGhosal authored Oct 18, 2024
2 parents 72bf1da + 6cce1fb commit 26d7cee
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion book.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ <h3>Bali</h3>

<section id="benefits" class="benefits">
<h2 style="">Why Travel with BuddyTrail?</h2>
<ul>
<ul class="benifits-list">
<li>Exclusive discounts and travel packages</li>
<li>24/7 customer support for a hassle-free experience</li>
<li>Handpicked destinations and personalized itineraries</li>
Expand Down
16 changes: 15 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -2848,4 +2862,4 @@ textarea {
color: #666;
margin-bottom: 1rem;
line-height: 1.5;
}
}

0 comments on commit 26d7cee

Please sign in to comment.