Skip to content

Commit

Permalink
hotfix border radius
Browse files Browse the repository at this point in the history
  • Loading branch information
SachaWildCode committed Jun 27, 2024
1 parent d7a317e commit a8b906d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/navbar/navbar.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ main {
flex-basis: 90%;
min-width: 798px;
box-shadow: var(--button-box-shadow);
border-radius: 8px;
border-radius: calc(0.2rem + 8px);
display: flex;
justify-content: space-between;
align-items: center;
Expand Down

0 comments on commit a8b906d

Please sign in to comment.