Skip to content

Commit 73d5579

Browse files
Hurtakiansu
authored andcommitted
Remove body padding reset from templates (#6300)
* remove padding 0 on body from default styles * Update index.css
1 parent 0022607 commit 73d5579

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

packages/react-scripts/template-typescript/src/index.css

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
body {
22
margin: 0;
3-
padding: 0;
43
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
54
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
65
sans-serif;

packages/react-scripts/template/src/index.css

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
body {
22
margin: 0;
3-
padding: 0;
43
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
54
"Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
65
sans-serif;

0 commit comments

Comments
 (0)