Skip to content

Commit

Permalink
spacing out the words just a 'lil more
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed Apr 26, 2009
1 parent 2cd30fb commit 4fc67f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/javascripts/know-thy-congressman.js
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ KTC = {
word.name = data.name;
word.bioguide_id = data.bioguide_id;
word.font_size = 62 + ((word.word_count - min) * ratio);
word.line_height = 110 - word.font_size;
word.line_height = 130 - word.font_size;
word.margin_top = 15 - word.font_size / 10;
html += KTC.templates.word(word);
});
Expand Down

0 comments on commit 4fc67f8

Please sign in to comment.