Small padding adjustment

This commit is contained in:
Cássio Zen 2016-10-19 15:08:05 -02:00
parent 3f8f9197c1
commit 1cbf6736a2

View File

@ -29,9 +29,12 @@ body {
}
}
:global #root {
padding-top: 64px;
}
:global #root,
:global #root > * {
margin-top: 64px;
height: 100%;
}