Skip to content

Commit

Permalink
Merge pull request 18F#15 from 18F/remove-body-margin
Browse files Browse the repository at this point in the history
Removing the default margin on body
  • Loading branch information
mbland committed Jul 6, 2015
2 parents 5731998 + 9bf5782 commit cbb0611
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 cbb0611

Please sign in to comment.