diff options
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 |