diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 2aac266..3943c6b 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -11,12 +11,14 @@ const Home = () => {
- Anonymous Overflow +
+ Anonymous Overflow +
diff --git a/src/styles/Home.module.scss b/src/styles/Home.module.scss index bc0473c..9ff2693 100644 --- a/src/styles/Home.module.scss +++ b/src/styles/Home.module.scss @@ -19,6 +19,12 @@ position: relative; color: white; + .brandingContainer { + width: 100%; + display: flex; + justify-content: center; + } + h1 { text-align: center; }