Skip to content

Commit

Permalink
fix: updated container-margin to only be bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
malmen237 committed Apr 26, 2024
1 parent 4368fdd commit 22f92c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/landing-page/display-container-header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ export const DisplayContainerHeader = styled.h2`
font-size: 3rem;
font-weight: bold;
line-height: 1;
margin: 0 0 1rem;
margin: 0 0 2rem 0;
`;

0 comments on commit 22f92c5

Please sign in to comment.