Skip to content

Commit

Permalink
[FIX] #2 Social icons broken in IOS8.
Browse files Browse the repository at this point in the history
  • Loading branch information
pxamike authored and dmh committed Jun 9, 2016
1 parent a82d2fc commit 714a662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/styles/main/contentElements/socialIcons.less
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
border-radius: 50%;
top: 50%;
left: 50%;
transform: translateY(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%); // ios8 safari fix - only works in this order
}
}
Expand Down

0 comments on commit 714a662

Please sign in to comment.