Merge pull request #49 from jonathanKingston/onboarding-padding
Fixes #39 top padding issue of containers onboarding
This commit is contained in:
commit
e38edef3e2
1 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,10 @@ table {
|
|||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.onboarding {
|
||||
margin-top: 16px;
|
||||
}
|
||||
|
||||
.onboarding * {
|
||||
text-align: center;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue