diff --git a/src/components/Details.jsx b/src/components/Details.jsx index 9fbdedb..b6dafca 100644 --- a/src/components/Details.jsx +++ b/src/components/Details.jsx @@ -5,18 +5,20 @@ import "@/styles/details.css"; function Details() { return (
-
+
github +
+
+

Paul Hughes

+

Full Stack Developer

+
+ Tech + Projects +
+
+
linkedin -
-
-

Paul Hughes

-

Full Stack Developer

-
-
- Tech - Projects -
+
); }; diff --git a/src/styles/details.css b/src/styles/details.css index fe93dcb..0bbab69 100644 --- a/src/styles/details.css +++ b/src/styles/details.css @@ -5,7 +5,7 @@ color: white; display: flex; flex-direction: row; - gap: 1rem; + gap: 2rem; } .detailsTextContainer { @@ -14,6 +14,13 @@ gap: 1rem; } +.detailsTextInnerContainer { + height: 5rem; + display: flex; + justify-content: center; + align-items: center: +} + .detailsTitle { font-size: 4rem; } @@ -24,7 +31,9 @@ .detailsInfoLinksContainer { display: flex; - flex-direction: column; + flex-direction: row; + justify-content: space-evenly; + align-items: space-evenly; } .detailsInfoLinks { @@ -34,7 +43,7 @@ .detailsSocialLinksContainer { display: flex; flex-direction: column; - gap: 1rem; + transform: translateY(-4rem); } .detailsSocialLinksImg {