Skip to content

Commit

Permalink
fixed spacing issue for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name Here committed Mar 15, 2013
1 parent 041c668 commit 21536cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions reddit.js
Expand Up @@ -216,6 +216,8 @@ window.onload = function() {
$(".image").css("max-width", $(window).height());
$("#apptitle").css("font-size", "16px");
$("#apptitle").css("margin-top", "26px");
$("#refresh").css("margin-right", "25px");

}
else {
$(".image").css("max-width", 500);
Expand Down

0 comments on commit 21536cd

Please sign in to comment.