From 826c7c47785ee01d2b9267919132ada696425344 Mon Sep 17 00:00:00 2001 From: Melonai Date: Wed, 20 Jan 2021 23:18:09 +0100 Subject: Remade the client in SvelteKit --- client/src/index.css | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 client/src/index.css (limited to 'client/src/index.css') diff --git a/client/src/index.css b/client/src/index.css deleted file mode 100644 index b7be091..0000000 --- a/client/src/index.css +++ /dev/null @@ -1,18 +0,0 @@ -html * { - font-family: 'Ubuntu', sans-serif; - font-size: 3vmin; -} - -body { - background-color: #3A3A5C; - margin: 0; -} - -#root { - justify-content: center; - position: absolute; - width: 100%; - box-sizing: border-box; - top: 40%; - padding: 0 50px 0 50px; -} \ No newline at end of file -- cgit 1.4.1