Move .image-wrap triangle down a few pixels to cover small gap
This commit is contained in:
parent
d0313bd423
commit
5525242588
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue