Skip to content

Commit

Permalink
Add body padding
Browse files Browse the repository at this point in the history
  • Loading branch information
mjackson committed Mar 16, 2012
1 parent 60d5e30 commit d8b909e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
<head>
<title>Markdown as a Service</title>
<style type="text/css">
body {font: 14px Helvetica, sans-serif;}
#wrapper {width: 600px; margin: 0 auto;}
body {font: 14px Helvetica, sans-serif;padding: 5%;}
#wrapper {width: 500px; margin: 0 auto;}
</style>
</head>
<body>
Expand Down

0 comments on commit d8b909e

Please sign in to comment.