Skip to content

Commit

Permalink
fix(docs): page margin
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Raider committed Mar 12, 2019
1 parent 94cde1f commit 27ba3f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
justify-content: flex-start;
padding-bottom: 0;
width: 100%;
margin: $ray-spacing-2xl 0 0;
margin: 0;
}

.page-header__label {
Expand Down
3 changes: 1 addition & 2 deletions packages/docs-app/src/styles/_page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ button,
}

.page-content {
margin-bottom: 7rem;

h1,
h2,
h3,
Expand Down Expand Up @@ -109,6 +107,7 @@ button,

.main-content {
width: 100%;
margin: $ray-spacing-3xl 0;
}

.page {
Expand Down

0 comments on commit 27ba3f8

Please sign in to comment.