Skip to content

Commit

Permalink
Fix height issue of the hero section
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhi-MS committed Jan 31, 2025
1 parent b8a6e2f commit 8a95919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,7 @@ a:hover {
/* Large Screens */
@media (min-width: 1200px) {
.HeaderHero {
height: 50vh;
height: 500px;
overflow: hidden;
}
}
Expand Down

0 comments on commit 8a95919

Please sign in to comment.