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 bb035b2
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,12 +32,20 @@ header {
border: initial;
width: initial;

li {
padding-left: 10px;
}

li, li + li + li {
width: 100%;
float: initial;
border-right: initial;
height: initial;

ul {
display: none;
}

a {
display: initial;
font-size: initial;
Expand All @@ -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 bb035b2

Please sign in to comment.