Skip to content

Commit

Permalink
Merge pull request #541 from equalizedigital/SteveJonesDev/issue510
Browse files Browse the repository at this point in the history
Mobile menu button icon too spaced out
  • Loading branch information
SteveJonesDev authored Oct 24, 2023
2 parents 550af13 + 5ed26e1 commit d0d6e96
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 d0d6e96

Please sign in to comment.