Skip to content

Commit

Permalink
Fix social link issue (#232) on mobile versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael Avelar Pacheco committed May 20, 2017
1 parent 9567b4b commit cc08cec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _sass/components/social-links.sass
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,13 @@

&:hover:before
opacity: 1
display: inline-block
transform: translate3d(0,0,0)
white-space: nowrap

&:before
content: attr(data-title)
display: inline-block
display: none
position: absolute
bottom: -34px
left: -6px
Expand Down

0 comments on commit cc08cec

Please sign in to comment.