diff options
Diffstat (limited to 'assets/style.css')
-rw-r--r-- | assets/style.css | 11 |
1 files changed, 11 insertions, 0 deletions
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; |