Skip to content

Commit

Permalink
Remove body padding reset from templates (#6300)
Browse files Browse the repository at this point in the history
* remove padding 0 on body from default styles

* Update index.css
  • Loading branch information
Hurtak authored and iansu committed Apr 24, 2019
1 parent 0022607 commit 73d5579
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/react-scripts/template-typescript/src/index.css
@@ -1,6 +1,5 @@
body {
margin: 0;
padding: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
sans-serif;
Expand Down
1 change: 0 additions & 1 deletion packages/react-scripts/template/src/index.css
@@ -1,6 +1,5 @@
body {
margin: 0;
padding: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
"Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
sans-serif;
Expand Down

0 comments on commit 73d5579

Please sign in to comment.