diff options
| author | real-zephex <[email protected]> | 2024-05-29 15:17:06 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-05-29 15:17:06 +0530 |
| commit | 7ee96355ba12d7e012826479c6ae5b4754c3b832 (patch) | |
| tree | 3108f2906d52524979418d859ceeb9a1209b07b9 | |
| parent | Merge pull request #42 from real-zephex/series-overhaul (diff) | |
| download | dramalama-7ee96355ba12d7e012826479c6ae5b4754c3b832.tar.xz dramalama-7ee96355ba12d7e012826479c6ae5b4754c3b832.zip | |
Delete src/app/globals.module.css
| -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;
-}
|