Skip to content

Commit

Permalink
hotfix navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
SachaWildCode committed Jun 27, 2024
1 parent fc460a5 commit d7a317e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/components/navbar/navbar.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,15 @@ main {
flex-basis: 90%;
min-width: 798px;
box-shadow: var(--button-box-shadow);
padding: 0.5rem;
border-radius: 8px;
display: flex;
justify-content: space-between;
align-items: center;
background-color: var(--navbar-bg-color);
gap: 2rem;
padding: 0.5rem;
section {
h1 {
display: flex;
height: 100%;
text-align: center;
margin-bottom: -0.4rem;
}
Expand All @@ -31,6 +29,8 @@ main {
li {
list-style: none;
border-radius: 8px;
padding-left: 0.3rem;
padding-right: 0.3rem;
cursor: pointer;
a {
border-radius: 8px;
Expand Down

0 comments on commit d7a317e

Please sign in to comment.