Skip to content

Commit

Permalink
Merge pull request #49 from jonathanKingston/onboarding-padding
Browse files Browse the repository at this point in the history
Fixes #39 top padding issue of containers onboarding
  • Loading branch information
groovecoder committed Jan 9, 2017
2 parents 0a1661d + 83175a6 commit e38edef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions webextension/css/popup.css
Expand Up @@ -8,6 +8,10 @@ table {
margin-bottom: 0;
}

.onboarding {
margin-top: 16px;
}

.onboarding * {
text-align: center;
}
Expand Down

0 comments on commit e38edef

Please sign in to comment.