Skip to content

Commit

Permalink
Merge pull request #131 from NiallEccles/NiallEccles-patch-4
Browse files Browse the repository at this point in the history
Changed absolute positioning to relative.
  • Loading branch information
NiallEccles authored Oct 6, 2019
2 parents 1c3f396 + 6a9359f commit 89cf7bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions animations/tipsy.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
text-decoration: underline;
letter-spacing: -3px;
margin: 0;
position: absolute;
position: relative;
left: 50%;
transform: translateX(-50%) translateY(-50%);
}
Expand All @@ -44,4 +44,4 @@
.tipsy:after {
border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #d9524a #d9524a;
box-shadow: 25px 25px 25px rgba(46, 46, 49, 0.8);
}
}

0 comments on commit 89cf7bd

Please sign in to comment.