From 436fead317d19f44b1f3cfe0e46d509108412eca Mon Sep 17 00:00:00 2001 From: WULCAN <7813515+WULCAN@users.noreply.github.com> Date: Sat, 23 Nov 2024 16:27:54 +0100 Subject: [PATCH] Pad Home page Without padding, content touches the edge when window is small. --- webapp/src/components/HomeDashboard.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/webapp/src/components/HomeDashboard.tsx b/webapp/src/components/HomeDashboard.tsx index 1a78e7d..3f438e4 100644 --- a/webapp/src/components/HomeDashboard.tsx +++ b/webapp/src/components/HomeDashboard.tsx @@ -16,6 +16,7 @@ const HomeDashboard: FC = ({ projects }) => { flexDirection="column" justifyContent="center" minHeight="97vh" + p={2} >