Remove body padding reset from templates (#6300)

* remove padding 0 on body from default styles

* Update index.css
This commit is contained in:
Petr Huřťák
2019-04-24 19:32:05 +02:00
committed by Ian Sutherland
parent 002260708f
commit 73d5579e01
2 changed files with 0 additions and 2 deletions

View File

@@ -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;

View File

@@ -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;