Skip to content

Commit

Permalink
FIX: horizontal scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
corvus committed Jun 5, 2017
1 parent d4b5232 commit e647bfa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions assets/sass/elements/_custom-elements.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
content: '';
display: block;
background-color: #f5f7fb;
width: 10000px;
width: 4000px;
left: 50%;
margin-left: -5000px;
margin-left: -2000px;
height: 100%;
position: absolute;
top: 0;
Expand Down
4 changes: 4 additions & 0 deletions assets/sass/site/primary/_posts-and-pages.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
display: block;
}

#page {
overflow: hidden;
}

.site-content_wrap {
margin-bottom: 30px;
.home & {
Expand Down
2 changes: 1 addition & 1 deletion style.css

Large diffs are not rendered by default.

0 comments on commit e647bfa

Please sign in to comment.