diff --git a/app/pages/index.tsx b/app/pages/index.tsx index 310ba33..3874bd1 100644 --- a/app/pages/index.tsx +++ b/app/pages/index.tsx @@ -12,10 +12,12 @@ const CenteredFlex = styled.div` const Heading1 = styled.h1` text-align: center; font-size: 4.2em; + border: none; `; const Heading2 = styled.h2` text-align: center; + border: none; `; const Index: Component = () => {