Skip to content

Commit

Permalink
Beautify nav menu on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
gvnnz committed May 13, 2023
1 parent e56efa3 commit 92dda69
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/css/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 99,8 @@ code,

header {
margin-bottom: 8rem;
display: flex;
justify-content: space-between;
}

header .logo {
Expand All @@ -108,7 110,7 @@ header .logo {

header nav ul {
display: block;
text-align: center;
text-align: right;
}

header nav ul li {
Expand Down

0 comments on commit 92dda69

Please sign in to comment.