Skip to content

Commit

Permalink
fix: fix add to cart border thickness
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronchan32 committed Jun 2, 2024
1 parent 43f2abf commit 4d00dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/Navbar/Navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ nav {
background-color: $primary-black;
padding-block: 20px;
transition: background-color 0.3s;
border: 2px solid $primary-black;
border: 1px solid $primary-black;
border-radius: 5px;
display: flex;
flex-direction: row;
Expand Down

0 comments on commit 4d00dbc

Please sign in to comment.