Skip to content

Commit

Permalink
fix(Subscrition screen): removed useless SVG margin
Browse files Browse the repository at this point in the history
  • Loading branch information
newick authored and lutangar committed Nov 4, 2019
1 parent 9bd5ca9 commit a7216cd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/app/content/App/Subscriptions/Container.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ const Container = styled.article`
align-items: center;
padding: 22px 20px 40px;
text-align: center;
& svg {
margin-bottom: 35px;
}
`;

export default Container;

0 comments on commit a7216cd

Please sign in to comment.