Bugfix: clickable area was covering whole (invisible) image

This commit is contained in:
Vesa Luusua 2018-02-26 14:03:55 +02:00
parent ed29360b55
commit 4537d1edb3

View file

@ -20,6 +20,9 @@
}
.anchor {
display: block;
overflow: hidden;
&:hover {
text-decoration: none;
}