From feffbd917320d4ad306601eee7b14f77726e2de5 Mon Sep 17 00:00:00 2001 From: kevinbaojz Date: Sun, 22 Sep 2024 01:33:12 -0500 Subject: [PATCH] top margin --- client/src/index.css | 2 -- client/src/pages/Home/Home.tsx | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/client/src/index.css b/client/src/index.css index f1834d3..6ec97bc 100644 --- a/client/src/index.css +++ b/client/src/index.css @@ -18,8 +18,6 @@ width: 100%; height: 100%; background-color: black - background-size: cover; - } a { diff --git a/client/src/pages/Home/Home.tsx b/client/src/pages/Home/Home.tsx index abd9f17..d0ec70f 100644 --- a/client/src/pages/Home/Home.tsx +++ b/client/src/pages/Home/Home.tsx @@ -10,6 +10,7 @@ function Home()




+
Designed for college students, by college students.