diff options
| -rw-r--r-- | src/app/globals.module.css | 18 |
1 files changed, 0 insertions, 18 deletions
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;
-}
|