Skip to content
This repository has been archived by the owner on Sep 6, 2022. It is now read-only.

Commit

Permalink
Merge pull request #2 from salzhrani/master
Browse files Browse the repository at this point in the history
Reset the body margin
  • Loading branch information
jansepar committed Feb 9, 2014
2 parents 4fd4287 + 5420ddd commit 7a318b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -7,7 +7,7 @@
<script src="external/matchmedia.js"></script>
<script src="picturefill.js"></script>
<style>
body { font-family: sans-serif }
body { font-family: sans-serif; margin:0; padding:0; }
img { max-width: 100% }
</style>
</head>
Expand Down

0 comments on commit 7a318b6

Please sign in to comment.