Skip to content

Commit

Permalink
Global prevent for overflow in mobile view
Browse files Browse the repository at this point in the history
  • Loading branch information
SansPseudoFix committed Feb 17, 2015
1 parent a47f7c2 commit 0c49219
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/assets/stylesheets/mobile/mobile.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ a {
text-decoration: none;
}

code {
white-space: normal;
word-wrap: break-word;
}

body {
background: {
image: image-url('texture/hatched-light.jpg');
Expand Down

0 comments on commit 0c49219

Please sign in to comment.