Skip to content

Commit

Permalink
Fix trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
FND committed Nov 15, 2019
1 parent 11adee0 commit d1cf6b8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
.nav-item {
flex-direction: column;
}
/*
/*
Only blend in menu if there are more than 4 Navigation items
This works because the rule only is activated when there are
5 navigation items + 1 toggle item = 6 total items
Expand All @@ -189,7 +189,7 @@
.nav.collapsed li:nth-child(3) ~ :not(.menu-toggle) {
display: none;
}

.nav.expanded {
flex-direction: column;
}
Expand Down Expand Up @@ -273,7 +273,7 @@
.list li p + p {
margin-top: var(--space-xs);
font-size: var(--font-size-sm);
}
}
.red-theme {
--primary-100: var(--red-100);
--primary-200: var(--red-200);
Expand Down Expand Up @@ -381,7 +381,7 @@
Current page
</div>
</nav>

<main>
<section>
<h1>Responsive Mobile Navigation</h1>
Expand Down

0 comments on commit d1cf6b8

Please sign in to comment.