Skip to content

Commit 71c092d

Browse files
authored
Fix navigation on mobile (#33)
1 parent 0a28488 commit 71c092d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Diff for: assets/styles.scss

+4-2
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,15 @@ $colour-notification-banner: #ffc107;
4545
font-size: 100%;
4646
}
4747
}
48-
// Over-ride default indendation.
48+
// Over-ride default indentation.
4949
:root {
5050
p{
5151
margin-bottom: 0rem;
5252
}
5353
ul{
54-
margin-bottom: 0rem;
54+
// TODO(odow): we should reduce the margin-bottom of lists, except this
55+
// disables the drop-down navigation button on mobile.
56+
// margin-bottom: 0rem;
5557
margin-left: 1em;
5658
}
5759
}

0 commit comments

Comments
 (0)