Error
@@ -26,7 +26,7 @@ export default function GlobalError({ {error.name}
{error.message}
diff --git a/src/app/globals.css b/src/app/globals.css
index 7e7c7b2..1fb9a68 100644
--- a/src/app/globals.css
+++ b/src/app/globals.css
@@ -15,14 +15,21 @@ a {
box-sizing: border-box;
}
-@media (prefers-color-scheme: dark) {
- html {
- color-scheme: dark;
- }
- body {
- color: white;
- background: black;
- }
+.main {
+ min-height: 90vh;
+ display: flex;
+ flex: 1;
+ flex-direction: column;
+ justify-content: center;
+ text-align: center;
+}
+
+.head {
+ display: flex;
+ flex-direction: row;
+ justify-content: center;
+ align-items: center;
+ flex-wrap: wrap;
}
.title {
@@ -38,6 +45,11 @@ a {
font-weight: 400;
}
+.mainbody {
+ display: flex;
+ flex-direction: column;
+}
+
.description {
margin: 2rem 0;
line-height: 1.5;
@@ -50,6 +62,14 @@ a {
text-align: center;
}
+.linksbox {
+ display: grid;
+ grid-template-columns: repeat(2, 320px);
+ grid-template-rows: 1fr;
+ justify-content: center;
+ align-items: center;
+}
+
.links {
margin: 0;
line-height: 1.5;
@@ -58,10 +78,8 @@ a {
}
.links a {
- margin: 0;
padding: 1.5rem 5rem;
display: inline-block;
- text-align: center;
}
.orange {
diff --git a/src/app/not-found.tsx b/src/app/not-found.tsx
index 3f28f13..f455d1d 100644
--- a/src/app/not-found.tsx
+++ b/src/app/not-found.tsx
@@ -5,8 +5,8 @@ import 'animate.css'
export default function NotFound() {
return (
-
-
+
+
Error
@@ -14,7 +14,7 @@ export default function NotFound() {
404
-
+
Page Not Found
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 1bfb990..ee44259 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -5,8 +5,8 @@ import 'animate.css'
export default function Home() {
return (
-
-
+
+
Andrew
@@ -14,11 +14,11 @@ export default function Home() {
Dragon
-
+
YouTube Streamer and Content Creator
-
+
My Socials
Error
@@ -14,7 +14,7 @@ export default function NotFound() { 404
Page Not Found
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 1bfb990..ee44259 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -5,8 +5,8 @@ import 'animate.css'
export default function Home() {
return (
-
-
+
+
Andrew
@@ -14,11 +14,11 @@ export default function Home() {
Dragon
-
+
YouTube Streamer and Content Creator
-
+
My Socials
Andrew
@@ -14,11 +14,11 @@ export default function Home() { DragonYouTube Streamer and Content Creator
-My Socials