Skip to content

Commit

Permalink
Fix light
Browse files Browse the repository at this point in the history
  • Loading branch information
idobrovolskyi committed Feb 23, 2018
1 parent ffc83b2 commit 6dcf18f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/assets/stylesheets/application.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions src/assets/stylesheets/application/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,12 @@ p, h1, h2, h3 {

html {
height: 100%;
background-color: #011d2f;
}

body {
min-height: 638px;
padding-bottom: 60px;
box-sizing: border-box;
position: relative;
min-height: 100%;
box-sizing: border-box;
background-color: #011d2f;

&:after {
Expand Down Expand Up @@ -70,6 +68,8 @@ strong {
@extend %container;

&_bg {
padding-bottom: 60px;

&:before {
@include image-2x('../images/[email protected]');
content: '';
Expand Down

0 comments on commit 6dcf18f

Please sign in to comment.