Fix "jumping link arrow" effect
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Reinhard Müller 2020-04-18 17:47:03 +02:00
parent 2d8fdcf598
commit 3b7c1dba6a

View File

@ -1185,6 +1185,7 @@ a.learn-more {
&:after {
position: absolute;
right: .3em;
top: .1em;
content: " ▸";
opacity: 0.8;
transition: all 150ms linear;