diff --git a/services/frontend/src/components/Project/index.tsx b/services/frontend/src/components/Project/index.tsx
index 4f1fb36..2db1641 100644
--- a/services/frontend/src/components/Project/index.tsx
+++ b/services/frontend/src/components/Project/index.tsx
@@ -640,7 +640,7 @@ export default function Project(props: IProjectProps) {
flexDirection: "column",
justifyContent: "center",
alignItems: "center",
- minHeight: "calc(100vh - 120px)"
+ minHeight: "calc(60vh - 120px)"
}}
>
diff --git a/services/frontend/src/components/Projects/index.tsx b/services/frontend/src/components/Projects/index.tsx
index 29b9dfd..97a8c26 100644
--- a/services/frontend/src/components/Projects/index.tsx
+++ b/services/frontend/src/components/Projects/index.tsx
@@ -113,7 +113,7 @@ const Projects = () => {
flexDirection: "column",
justifyContent: "center",
alignItems: "center",
- minHeight: "calc(100vh - 120px)"
+ minHeight: "calc(60vh - 120px)"
}}
>
@@ -122,7 +122,11 @@ const Projects = () => {
Get started by creating a new project.
-
+
+
+
-