Skip to content

Commit

Permalink
fix(onboarding): added margins in Examples and around stepper
Browse files Browse the repository at this point in the history
  • Loading branch information
newick authored and lutangar committed Oct 1, 2019
1 parent 6e97c5d commit 49782ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/app/options/App/Onboarding/Examples/Examples.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import SuggestionsScreen, {
import Wrapper from '../OnboardingAtoms/OnboardingWrapper';

const Title2 = styled(Title)`
margin-top: 0;
margin-top: 20px;
margin-bottom: 40px;
color: ${props => props.theme.activeColor};
`;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ const OnboardingStepsList = styled.ul`
display: flex;
max-width: 750px;
height: 70px;
margin-right: auto;
margin-left: auto;
margin: 40px auto;
padding: 0;
list-style-type: none;
background-color: #f4f4f4;
Expand Down

0 comments on commit 49782ca

Please sign in to comment.