Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
neerajrekwar authored Oct 30, 2023
1 parent 1917115 commit 750e396
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -527,10 +527,10 @@ li a:hover{
}
.navlink li a:hover{
margin:0;
padding:0;
padding-right: 10px;
top: 2px;
right: 10px;
transition: all .5s ease;
transition: all .5s;
background: #000;
color: #fff;
}
Expand All @@ -549,7 +549,7 @@ li a:hover{
border: 2px solid #000;
background-color: transparent;
backdrop-filter: blur(4px);
width: 100%;
width: 40%;
}
.front-ifo{
display: flex;
Expand Down

0 comments on commit 750e396

Please sign in to comment.