Skip to content

Commit

Permalink
overlapping conflict resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerusha547 committed Oct 7, 2024
1 parent f227de1 commit 317b9a7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@
align-items: center;
position: relative;
overflow: hidden;
scroll-margin-top:15vh;
}

.locations-head {
Expand Down Expand Up @@ -268,6 +269,9 @@
.benefits-head h3 {
padding: 1rem;
}
#benefits{
scroll-margin-top:15vh;
}

.cards {
width: 90%;
Expand Down Expand Up @@ -319,6 +323,7 @@
display: flex;
justify-content: center;
align-items: center;
scroll-margin-top:15vh;
}

.form-wrapper {
Expand Down Expand Up @@ -506,6 +511,7 @@ body.dark-mode {
padding: 50px;
background-color: #f4f4f4;
text-align: center;
scroll-margin-top:15vh;
}

.itineraries-section h2 {
Expand Down Expand Up @@ -587,6 +593,7 @@ body.dark-mode {
.reviews-section {
padding: 50px;
background-color: #f4f4f4;
scroll-margin-top:15vh;
}

.reviews-section h2 {
Expand Down

0 comments on commit 317b9a7

Please sign in to comment.