Skip to content

Commit

Permalink
Move .image-wrap triangle down a few pixels to cover small gap
Browse files Browse the repository at this point in the history
  • Loading branch information
mmistakes committed Oct 21, 2014
1 parent d0313bd commit 5525242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _sass/page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ $button-size: 1.5rem;
content: " ";
display: block;
position: absolute;
bottom: 5px;
bottom: 0;
left: 8%;
width: 0;
height: 0;
Expand Down

0 comments on commit 5525242

Please sign in to comment.