From 7ee96355ba12d7e012826479c6ae5b4754c3b832 Mon Sep 17 00:00:00 2001 From: real-zephex <143923795+real-zephex@users.noreply.github.com> Date: Wed, 29 May 2024 15:17:06 +0530 Subject: Delete src/app/globals.module.css --- src/app/globals.module.css | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 src/app/globals.module.css diff --git a/src/app/globals.module.css b/src/app/globals.module.css deleted file mode 100644 index d6a5c52..0000000 --- a/src/app/globals.module.css +++ /dev/null @@ -1,18 +0,0 @@ -.ErrorContainer { - display: flex; - justify-content: center; - align-items: center; - flex-direction: column; - height: 100dvh; - color: white; - font-family: "Kanit"; - font-size: 20px; -} - -.ErrorContainer button { - border-radius: 5px; - padding: 3px; - font-family: "Lato"; - border: 0; - outline: 0; -} -- cgit v1.2.3