We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa7ed44 commit 9cc3c3eCopy full SHA for 9cc3c3e
assets/styles.scss
@@ -74,16 +74,18 @@ $colour-notification-banner: #ffc107;
74
font-size: 100%;
75
}
76
77
+
78
// Over-ride default indentation.
79
:root {
80
p{
81
margin-bottom: 0rem;
82
83
ul{
- // TODO(odow): we should reduce the margin-bottom of lists, except this
84
- // disables the drop-down navigation button on mobile.
85
- // margin-bottom: 0rem;
86
margin-left: 1em;
+ margin-bottom: 0;
+ }
87
+ .list--nav {
88
+ margin-bottom: var(--listHeight, 0)
89
90
91
0 commit comments