Skip to content

Commit

Permalink
Update games.html
Browse files Browse the repository at this point in the history
  • Loading branch information
xdevnightless authored Nov 10, 2024
1 parent 6421f90 commit b94ec55
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions games.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

<style>
body {
margin-top: 80px; /* Adjust this value to match the navbar's height */
margin-top: 80px;

}
.shadow-navbar {
Expand Down Expand Up @@ -139,9 +139,10 @@
text-decoration: none;
}

li.nav-item a:hover {
border-radius: 15px;
}
li.nav-item a:hover {
background-color: transparent !important;
border-radius: 15px;
}


</style>
Expand Down

0 comments on commit b94ec55

Please sign in to comment.