Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
IMDANIELAUSTIN authored Dec 18, 2024
1 parent 020435b commit 791c0f7
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3216,16 +3216,18 @@ nav button:active {
background-color 0.3s;
}
.show .nav-links {
height: 100%;
background-color: inherit;
position: absolute ;
height: 100vh;
background-color: #ffffff;
margin: auto;
}
.nav-links a {
height: 0;
width: 0;
opacity: 0;
overflow: hidden;
margin-right: 50px;
margin-left: 50px;
margin-right: auto;
margin-left: auto;
transition: opacity 1.5s, height 2s;
}
.show .nav-links a {
Expand Down

0 comments on commit 791c0f7

Please sign in to comment.