Skip to content

Commit

Permalink
Fix menu indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
codingjoe committed Nov 23, 2023
1 parent cb0dbfb commit 8dccc94
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,13 @@ header {
border-radius: initial;
}

ul li ul li a {
ul li {
padding-left: 10px;
}

ul li:not(:has(ul)) {
padding-left: 0;
}
}
}

Expand Down

0 comments on commit 8dccc94

Please sign in to comment.