From 92ccd82c73463fa0b67996dc9212e992f90a1454 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Mon, 20 Dec 2021 00:11:18 +0100 Subject: Port to svelte --- static/global.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 static/global.css (limited to 'static/global.css') diff --git a/static/global.css b/static/global.css new file mode 100644 index 0000000..ce1f73f --- /dev/null +++ b/static/global.css @@ -0,0 +1,18 @@ +* { + margin: 0; + padding: 0 +} + +#lgtm { + height: 100vh; + display: flex; + align-items: center; + justify-content: center; +} + +#lgtm p { + color: #3B3B3B; + font-family: Yrsa, serif; + font-size: 48px; + line-height: 0.96em; +} -- cgit