Skip to content

Commit

Permalink
Fix: Fixed button UI issue in 'Best Trips Package' and 'Home' Section.
Browse files Browse the repository at this point in the history
  • Loading branch information
LegendCK committed Oct 30, 2024
1 parent cb38f84 commit dc4dc20
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -3069,6 +3069,21 @@ a:hover::after {
background-color: red;
}

.trip{
.view__all{
a::after{
bottom: -18px;
}
}
}

.section__container{
.header__content{
a::after{
bottom: -18px;
}
}
}

.categories{
margin-left: auto;
Expand Down

0 comments on commit dc4dc20

Please sign in to comment.