Skip to content

Commit

Permalink
fix(onboarding TOS): added margin to headings
Browse files Browse the repository at this point in the history
  • Loading branch information
newick authored and lutangar committed Oct 3, 2019
1 parent 2694aad commit fc8b5c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/options/App/Onboarding/TOS/TOS.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import TOSCheckbox from './TOSCheckbox';
import OnboardingSteps from '../OnboardingAtoms/OnboardingSteps/OnboardingSteps';

const TOSTitle = styled.h3`
margin-top: 40px;
margin-bottom: 20px;
font-size: 28px;
font-weight: bold;
Expand Down

0 comments on commit fc8b5c4

Please sign in to comment.