Skip to content

Commit

Permalink
fix: 🐛 headers alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur Pryka committed Oct 13, 2020
1 parent 0ed4ddc commit 054ca6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const Card = styled.div`
`;

export const HeaderContainer = styled.div`
margin: 7px 0 20px 0;
margin: 7px 0 17px 0;
`;

export const QueryTitle = styled.div`
Expand Down

0 comments on commit 054ca6c

Please sign in to comment.