Merge pull request #49 from jonathanKingston/onboarding-padding

Fixes #39 top padding issue of containers onboarding
This commit is contained in:
luke crouch 2017-01-09 11:12:30 -06:00 committed by GitHub
commit e38edef3e2

View file

@ -8,6 +8,10 @@ table {
margin-bottom: 0;
}
.onboarding {
margin-top: 16px;
}
.onboarding * {
text-align: center;
}