From 278d57ab2f06b246e2c671ba7f453408c0468318 Mon Sep 17 00:00:00 2001 From: JoelHMikael Date: Tue, 7 Dec 2021 14:09:23 +0200 Subject: Made a frontend that can be looked at --- 404/index.css | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 404/index.css (limited to '404/index.css') diff --git a/404/index.css b/404/index.css new file mode 100644 index 0000000..ceb8016 --- /dev/null +++ b/404/index.css @@ -0,0 +1,3 @@ +body { + padding-top: calc(30vh); +} -- cgit v1.2.3