Skip to content

Commit

Permalink
fix alignment of burger area and use rem unit for width of bars
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Dec 26, 2020
1 parent 4e86fad commit 7ada23f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/css/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ body {
outline: none;
line-height: 1;
position: relative;
width: 2.75rem;
width: 3rem;
margin-left: auto;
padding: 0;
}
Expand All @@ -78,7 +78,7 @@ body {
margin-left: -7px;
position: absolute;
top: 50%;
width: 15px;
width: 1rem;
}

.navbar-burger span:nth-child(1) {
Expand Down

0 comments on commit 7ada23f

Please sign in to comment.