Skip to content

Commit

Permalink
💄 style: center wrapped menu items
Browse files Browse the repository at this point in the history
💄 style: decrease spacing around language switcher
  • Loading branch information
welpo committed May 24, 2023
1 parent 00c7d15 commit 5d91a0d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions sass/parts/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,10 @@ header {

ul {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
gap: 1px;
flex-wrap: wrap;
list-style: none;
padding: 0;
margin: 0;
Expand Down Expand Up @@ -98,8 +99,8 @@ header {
}

.language-switcher {
margin-left: 1rem;
margin-right: 1rem;
margin-left: 0.5rem;
margin-right: 0.5rem;
display: flex;
align-items: center;
justify-content: center;
Expand Down

0 comments on commit 5d91a0d

Please sign in to comment.