From aeb7beb3f9b154f4aefbaa1c08d822ed572461fb Mon Sep 17 00:00:00 2001 From: stale Date: Fri, 3 Jun 2022 22:39:55 -0300 Subject: cleaned up client code, more info in game page --- assets/style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'assets/style.css') diff --git a/assets/style.css b/assets/style.css index 4127817..16ca7f0 100644 --- a/assets/style.css +++ b/assets/style.css @@ -6,6 +6,14 @@ font-size: 80px; line-height: 48px; margin: 2vw; + position: relative; + top: 0px; + left 0px; +} +#cursor-frame { + position: absolute; + top: 0px; + left: 0px; } .cent { width: 80vw; @@ -61,6 +69,9 @@ body { bottom: 0px; left: 0px; } +#statusline * { + margin: 0.5em 2em 0 0; +} span, h1, h4 { margin: 0 auto; -- cgit v1.2.3