Skip to content

Commit

Permalink
No bottom margin on docs pages;
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornbytes committed Dec 27, 2017
1 parent 86ee98a commit cb8ab78
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions static/scss/docs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,10 @@ main.docs {
will-change: transform, opacity;
&.intro { animation: intro 200ms; }
overflow-x: hidden;

* {
margin-bottom: 0;
}
}

@keyframes intro {
Expand Down

0 comments on commit cb8ab78

Please sign in to comment.