From 6456604aedefe359078f79f1f23b034dcdcc5ee4 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Sat, 18 Nov 2023 17:42:10 +0100 Subject: [PATCH] Created the Home styles.sass --- client/src/pages/Home/styles.sass | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 client/src/pages/Home/styles.sass diff --git a/client/src/pages/Home/styles.sass b/client/src/pages/Home/styles.sass new file mode 100644 index 0000000..af84d28 --- /dev/null +++ b/client/src/pages/Home/styles.sass @@ -0,0 +1,2 @@ +.home-page h1 + margin: 0 \ No newline at end of file