Skip to content

Commit

Permalink
Mobile menu button icon too spaced out
Browse files Browse the repository at this point in the history
Fixes #510
  • Loading branch information
SteveJonesDev committed Oct 24, 2023
1 parent 90003cf commit 2d129ad
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 7 deletions.
2 changes: 1 addition & 1 deletion assets/css/main.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/css/main.css.map

Large diffs are not rendered by default.

19 changes: 14 additions & 5 deletions assets/scss/partials/_navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -700,8 +700,8 @@ body {
border: none;
margin: 0;
z-index: 1110;
top: 18px;
right: 24px;
top: 20px;
right: 15px;

span {
display: block;
Expand All @@ -716,16 +716,25 @@ body {
transition: 0.25s ease-in-out;

&:nth-child(1) {
top: 0px;
width: 20px;
top: 5px;
}

&:nth-child(2) {
width: 30px;
}

&:nth-child(4) {
width: 15px;
}

&:nth-child(2),
&:nth-child(3) {
top: 15px;
top: 14px;
}

&:nth-child(4) {
top: 30px;
top: 23px;
}
}

Expand Down

0 comments on commit 2d129ad

Please sign in to comment.