Skip to content

Commit

Permalink
fix(tips): Tips background is now white while fetching the tips from …
Browse files Browse the repository at this point in the history
…the blog

Change page general css to add a white background

Fixes #85
  • Loading branch information
MathieuNls committed Nov 28, 2016
1 parent d0913a0 commit ecfed55
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,8 @@ button, .button-md{

.text-input-ios, .text-input-md{
margin:0;
}

.show-page{
background-color: white;
}

0 comments on commit ecfed55

Please sign in to comment.