Skip to content

Commit cb8ab78

Browse files
committed
No bottom margin on docs pages;
1 parent 86ee98a commit cb8ab78

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

static/scss/docs.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,10 @@ main.docs {
163163
will-change: transform, opacity;
164164
&.intro { animation: intro 200ms; }
165165
overflow-x: hidden;
166+
167+
* {
168+
margin-bottom: 0;
169+
}
166170
}
167171

168172
@keyframes intro {

0 commit comments

Comments
 (0)