Skip to content

Commit

Permalink
style: transform-scale
Browse files Browse the repository at this point in the history
  • Loading branch information
MOxFIVE committed Dec 25, 2015
1 parent fb49ba0 commit 600c6fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/Yilia/source/css/_partial/main.styl
Expand Up @@ -186,7 +186,7 @@
border-radius:50%; border-radius:50%;
margin-right: 3px; margin-right: 3px;
margin-bottom: 6px; margin-bottom: 6px;
font: 21px FontAwesome; font: 23px FontAwesome;
background: #6f7170; background: #6f7170;
opacity: .58; opacity: .58;
text-align: center; text-align: center;
Expand All @@ -195,8 +195,8 @@
color: white; color: white;
} }
&:hover { &:hover {
font-size: 23px;
opacity: 1; opacity: 1;
transform: scale(1.1);
} }
&:nth-child(5n), &:last-child { &:nth-child(5n), &:last-child {
margin-right: 0; margin-right: 0;
Expand Down

0 comments on commit 600c6fc

Please sign in to comment.