Skip to content

Commit

Permalink
Normalize comment format for body element (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
teddybradford authored Jan 11, 2025
1 parent 7cf1ce0 commit ba66c6f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion modern-normalize.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,12 @@ Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
margin: 0; /* Remove the margin in all browsers. */
margin: 0;
}

/*
Expand Down

0 comments on commit ba66c6f

Please sign in to comment.