diff options
| author | zephex <[email protected]> | 2024-04-20 13:34:53 +0530 |
|---|---|---|
| committer | zephex <[email protected]> | 2024-04-20 13:34:53 +0530 |
| commit | d6780cf3dad729c69a102ba2940188cf1e6bcbf4 (patch) | |
| tree | d10a2aefef6664c42439f165c73722c514b032bc /src/app/globals.module.css | |
| parent | feature added: tracker for mangas (diff) | |
| download | dramalama-d6780cf3dad729c69a102ba2940188cf1e6bcbf4.tar.xz dramalama-d6780cf3dad729c69a102ba2940188cf1e6bcbf4.zip | |
idk whats happening
Diffstat (limited to 'src/app/globals.module.css')
| -rw-r--r-- | src/app/globals.module.css | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/src/app/globals.module.css b/src/app/globals.module.css index dd29ada..73483ea 100644 --- a/src/app/globals.module.css +++ b/src/app/globals.module.css @@ -1,18 +1,18 @@ -.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; +.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;
}
\ No newline at end of file |