From 973418ad45b66696e2329959e867bbc7fdc4d1d3 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Sun, 2 Jul 2023 02:42:25 -0700 Subject: [PATCH] Change NotFound to be a class instead of ID --- styles/globals.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/globals.scss b/styles/globals.scss index 2e82e420..c49fc032 100644 --- a/styles/globals.scss +++ b/styles/globals.scss @@ -312,7 +312,7 @@ h5 { } // Used when a resource can be found -#NotFound { +.notFound { height: 200px; width: 400px; margin: auto;