Skip to content

Commit

Permalink
Added: Table responsiveness
Browse files Browse the repository at this point in the history
Tested to work on ios, android (chrome + native), latest chrome + FF + safari, IE10+.

Conflicts:
	scss/_responsive.scss
  • Loading branch information
jehna committed Apr 11, 2015
1 parent 911e419 commit 63de3c9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scss/_responsive.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,10 @@
section {
width: auto;
}

table {
display: block;
max-width: 100%;
overflow-x: auto;
}
}

0 comments on commit 63de3c9

Please sign in to comment.