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 25d77d4
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@ header {
border: initial;
width: initial;

ul ul ul {
display: none;
}

li {
padding-left: 10px;
}

li, li + li + li {
width: 100%;
float: initial;
Expand Down Expand Up @@ -63,13 +71,13 @@ header {
&:last-child a {
border-radius: initial;
}

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

> ul > li {
padding-right: 0;
}

.claim {
text-align: center;
margin: 25px 0;
Expand Down

0 comments on commit 25d77d4

Please sign in to comment.