Removed global height/padding styles. Fixes #159

This commit is contained in:
Cássio Zen 2016-12-01 18:47:35 -02:00
parent f9177906a9
commit 692f8e972e

View File

@ -20,15 +20,6 @@ body {
margin: 0;
}
:global #root {
padding-top: 64px;
}
:global #root, :global #root > * {
height: 100%;
}
h1, h2, h3, h4, h5, h6, p {
margin: 0;
}