diff options
author | stale <redkugelblitzin@gmail.com> | 2022-05-29 05:34:16 -0300 |
---|---|---|
committer | stale <redkugelblitzin@gmail.com> | 2022-05-29 05:34:16 -0300 |
commit | 8e8fb7c45e8088843b71cb55fede723b2f9c7ff2 (patch) | |
tree | a6fbcb4cb3ea575cac0dddb45d88ed103301dfbf /assets/style.css | |
parent | 2826d78bbfab50eab90e5a1611576f33e752b7d8 (diff) |
*really* basic public lobby
Diffstat (limited to 'assets/style.css')
-rw-r--r-- | assets/style.css | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/assets/style.css b/assets/style.css index a8936e6..d217b8d 100644 --- a/assets/style.css +++ b/assets/style.css @@ -6,14 +6,16 @@ font-size: 36px; line-height: 22px; } +.cent { + width: 80vmin; + margin: 0 auto; +} + body { font-family: vt323, monospace; background-color: black; color: white; } -form { - margin: 0 auto; -} .unsel { -webkit-touch-callout: none; -webkit-user-select: none; |