diff --git a/normalize.css b/normalize.css index 192eb9ce4..5a5870b9c 100644 --- a/normalize.css +++ b/normalize.css @@ -18,10 +18,12 @@ html { /** * Remove the margin in all browsers. + * Remove the padding in all browsers. */ body { margin: 0; + padding: 0; } /**