Move .image-wrap triangle down a few pixels to cover small gap

This commit is contained in:
Michael Rose 2014-10-20 23:09:05 -04:00
parent f24f4a4750
commit e175ef5319

View File

@ -272,7 +272,7 @@ $button-size: 1.5rem;
content: " "; content: " ";
display: block; display: block;
position: absolute; position: absolute;
bottom: 5px; bottom: 0;
left: 8%; left: 8%;
width: 0; width: 0;
height: 0; height: 0;