Skip to content

Commit db5a64c

Browse files
committed
Fix bottom margins;
1 parent cb8ab78 commit db5a64c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/scss/docs.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ main.docs {
164164
&.intro { animation: intro 200ms; }
165165
overflow-x: hidden;
166166

167-
* {
167+
> *:last-child {
168168
margin-bottom: 0;
169169
}
170170
}

0 commit comments

Comments
 (0)