Skip to content

Commit

Permalink
fix navbar border
Browse files Browse the repository at this point in the history
  • Loading branch information
farisashai committed Jan 7, 2024
1 parent fffc6e6 commit 7de251b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/layout/Navbar/style.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,8 @@
.wainbow {
background: vars.$wainbow;
height: 0.25rem;
width: 100vw;
margin: 0 -1rem;
width: calc(100% - 2rem);
}
}

Expand Down

0 comments on commit 7de251b

Please sign in to comment.