Skip to content

Commit

Permalink
Navbar Toggler placement adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
GazdagB committed Feb 4, 2024
1 parent 0709e37 commit 3aee49a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ nav {
z-index: 999;
width: 3rem;
aspect-ratio: 1;
top: 2.5rem;
top: 3rem;
right: 4rem;
border: none;
transition: background 0.2s ease-out;
Expand Down
6 changes: 1 addition & 5 deletions css/main.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sass/components/_navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ nav {
z-index: 999;
width: 3rem;
aspect-ratio: 1;
top: 2.5rem;
top: 3rem;
right: 4rem;
border: none;
transition: background 0.2s ease-out;
Expand Down

0 comments on commit 3aee49a

Please sign in to comment.