Skip to content

Commit

Permalink
Merge pull request #1510 from KrishPatel1205/branch4
Browse files Browse the repository at this point in the history
[FIXED] BUG: Font size issue in recommendations #1507
  • Loading branch information
PriyaGhosal authored Oct 25, 2024
2 parents ce167ae + 193792e commit c904647
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1473,7 +1473,7 @@ <h3 id="h1darkbtn">Adventure Trek in Himachal</h3>

.recommendation-item p {
color: #555555;
font-size: 1.1rem;
font-size: 1.5rem;
margin-bottom: 20px;
}

Expand All @@ -1486,6 +1486,7 @@ <h3 id="h1darkbtn">Adventure Trek in Himachal</h3>
border-radius: 6px;
cursor: pointer;
transition: background-color 0.3s ease, transform 0.3s ease;
font-size: 1.5rem;
}

.recommendation-item button:hover {
Expand Down

0 comments on commit c904647

Please sign in to comment.