diff --git a/src/components/HomePage/NewsletterSection/index.tsx b/src/components/HomePage/NewsletterSection/index.tsx index 37729d1..75c8f3a 100644 --- a/src/components/HomePage/NewsletterSection/index.tsx +++ b/src/components/HomePage/NewsletterSection/index.tsx @@ -8,7 +8,6 @@ import Section from "../Section"; const PageContainer = styled.div({ display: "flex", - alignItems: "center", }); const ImageContainer = styled.div({