Skip to content

Commit

Permalink
Removing the default margin on body
Browse files Browse the repository at this point in the history
Super minor nag, but right now there's a gap around the entire page page, so this patch closes it.

Before:
![screen shot 2015-07-06 at 9 53 21 am](https://cloud.githubusercontent.com/assets/1696495/8528040/4095fd84-23c5-11e5-8e9d-b490a783c848.png)

After
![screen shot 2015-07-06 at 9 53 42 am](https://cloud.githubusercontent.com/assets/1696495/8528039/40771248-23c5-11e5-856a-b770c1413331.png)
  • Loading branch information
Noah Manger committed Jul 6, 2015
1 parent 5731998 commit 9bf5782
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ body {
font-weight: 400;
font-style: normal;
line-height: 1.466666667;
margin: 0;
}

h1,
Expand Down Expand Up @@ -512,4 +513,4 @@ Mobile Styles
margin-top: 1.5em;
}

}
}

0 comments on commit 9bf5782

Please sign in to comment.