Skip to content

Commit

Permalink
Fix underline css
Browse files Browse the repository at this point in the history
  • Loading branch information
iRohitSingh committed Nov 8, 2023
1 parent 6de21e2 commit 0fbc72f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/theme/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@
&.active::before,
&:hover::before {
position: absolute;
bottom: -55px;
bottom: -49px;
width: 100%;
border-bottom: 9px solid $black;
content: '';
Expand Down Expand Up @@ -332,7 +332,7 @@
left: 50%;
width: 100vw;
max-width: initial;
margin-top: 45px;
margin-top: 40px;
margin-right: -50vw;
margin-left: -50vw;
}
Expand Down

0 comments on commit 0fbc72f

Please sign in to comment.