Skip to content

Commit

Permalink
small css changes in navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
anemne committed Oct 24, 2024
1 parent e4e830f commit 150ef74
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/components/navigation/header/header.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,12 @@
}

.wrapper {
background-color: #FFF;
border-radius: 1rem;
display: flex;
justify-content: space-between;
align-items: center;
padding: 0rem 1.5rem;
}

.logo {
Expand Down Expand Up @@ -90,9 +93,10 @@

.desktopLinks {
composes: listDesktop;
flex: 2;
gap: 2rem;
flex: 1 0 0;
gap: 1.5rem;
justify-content: center;
align-self: stretch;

@media (min-width: 1200px) {
gap: 3rem;
Expand Down

0 comments on commit 150ef74

Please sign in to comment.