Skip to content

Commit

Permalink
fix(onboarding screen2): center intro
Browse files Browse the repository at this point in the history
  • Loading branch information
newick committed Oct 4, 2019
1 parent 50dabd4 commit 3c753d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/options/App/Onboarding/Subscribe/Subscribe.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ const SuggestionsWrapper = styled.div<SuggestionsWrapperProps>`
const SubscribeIntro = styled(Intro)`
position: fixed;
top: 0;
left: 0;
width: 100%;
background-color: #fff;
`;
Expand Down

0 comments on commit 3c753d2

Please sign in to comment.