Skip to content

Commit

Permalink
サイズの微調整、回数が多い物がより目立つように
Browse files Browse the repository at this point in the history
  • Loading branch information
soramugi committed Mar 12, 2014
1 parent 3b7c4dc commit afec45c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/users.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

@for $i from 0 through 9 {
.tag-cloud#{$i + 1} {
font-size: #{2.0 + 0.4 * $i}em;
font-size: #{1.2 + 0.8 * $i}em;
margin: 10px 15px;
display: inline-block;
}
Expand Down

0 comments on commit afec45c

Please sign in to comment.