Skip to content

Commit

Permalink
Fix emoji image size
Browse files Browse the repository at this point in the history
  • Loading branch information
alecharp committed Jan 21, 2015
1 parent 5b8ea60 commit 9bc0a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _sass/alecharp.scss
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ article {
padding: 5px 10px;
border-left: 5px solid darken(#f0f0f0, 40%);
}
img { width: 100%; }
img:not(.emoji) { width: 100%; }
table {
width: 100%;
border-spacing: 0;
Expand Down

0 comments on commit 9bc0a73

Please sign in to comment.