Skip to content

Commit

Permalink
style(view): add some padding
Browse files Browse the repository at this point in the history
  • Loading branch information
meriadec committed Oct 7, 2015
1 parent 87ead0f commit eb30e8e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion styles/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,9 @@ a {

.View {
min-width: 680px;
padding: 0 1em 1em 1em;
padding: 0 1em 2em 1em;
flex-grow: 1;
flex-shrink: 0;
}
.Footer { flex-shrink: 0; }
}
Expand Down

0 comments on commit eb30e8e

Please sign in to comment.