Skip to content

Commit

Permalink
Fix some bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
MI-Programmer committed Mar 21, 2024
1 parent fb32b39 commit 4c8d8ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ html {
background: var(--primary);
border-radius: 0.5rem;
box-shadow: 1px 1px 3px rgba(1, 1, 3, 0.5);
z-index: 99;
z-index: 90;
position: relative;
}

Expand Down Expand Up @@ -354,6 +354,7 @@ footer .credit a {
width: 30rem;
height: 100vh;
transition: 0.3s;
z-index: 99;
}

.navbar .navbar-nav a {
Expand Down

0 comments on commit 4c8d8ea

Please sign in to comment.