Skip to content

Commit

Permalink
headline height changed
Browse files Browse the repository at this point in the history
  • Loading branch information
brunohstein committed Nov 26, 2012
1 parent 5970f46 commit 430b8cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascripts/app.js
Expand Up @@ -17,7 +17,7 @@ $(document).ready(function() {




function setAboutHeight() { function setAboutHeight() {
var newHeight = $('.about').height() + 85; var newHeight = $('.about').height() + 95;


$('.clear').css('height', newHeight); $('.clear').css('height', newHeight);
}; };
Expand Down

0 comments on commit 430b8cd

Please sign in to comment.