Skip to content

Commit

Permalink
Some bottom padding, this annoyed me
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiew committed Jan 26, 2012
1 parent ba51182 commit 0e374bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ a:hover { color: red; }

#navigation { display: none; }

#main { width: 500px; margin: 0 auto; margin-top: 50px; }
#main { width: 500px; margin: 0 auto; margin-top: 50px; padding-bottom: 80px; }
#main h2 { }
#main p { }

Expand All @@ -35,4 +35,4 @@ a:hover { color: red; }
#socialmedia .twitter { }
#socialmedia .facebook { }

#mailing_list { margin-top: 100px; }
#mailing_list { margin-top: 100px; }

0 comments on commit 0e374bd

Please sign in to comment.