Fixes #39 top padding issue of containers onboarding

This commit is contained in:
Jonathan Kingston 2017-01-09 15:06:12 +00:00
parent 0a1661d32f
commit 83175a6f93

View file

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