Skip to content

Commit

Permalink
Set width for nav arrow in scss. #24
Browse files Browse the repository at this point in the history
  • Loading branch information
kimisgold committed Mar 24, 2023
1 parent 39a4e48 commit 64af616
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions css/sass/_screen.scss
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,8 @@ header nav > ul > li > .sub-nav-toggle {
content: "\00A0\00A0\f0da";
font-family: "Font Awesome 5 Free";
font-weight: 900;
display: inline-block;
width: $base-line-height;
}

.nav-menu > .nav-item > [aria-expanded="true"]:after {
Expand Down
2 changes: 2 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -901,6 +901,8 @@ nav ul {
content: "  \f0da";
font-family: "Font Awesome 5 Free";
font-weight: 900;
display: inline-block;
width: 24px;
}

.nav-menu > .nav-item > [aria-expanded=true]:after {
Expand Down

0 comments on commit 64af616

Please sign in to comment.