Skip to content

Commit

Permalink
Merge pull request #40 from hoodiehq/table-button-toucharea
Browse files Browse the repository at this point in the history
fix: increase toucharea of table links
  • Loading branch information
NickColley committed Mar 16, 2016
2 parents 0d65755 + cae8d67 commit 4e624c3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions public/assets/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,12 @@ table tr td:nth-child(2) {
width: 300px;
}

table td > a {
display: block;
padding: 1rem;
margin: -1rem;
}

img.hoodie-camp {
max-width: 100%;
}
Expand Down

0 comments on commit 4e624c3

Please sign in to comment.