summaryrefslogtreecommitdiff
path: root/assets/style.css
diff options
context:
space:
mode:
authorstale <redkugelblitzin@gmail.com>2022-05-29 05:34:16 -0300
committerstale <redkugelblitzin@gmail.com>2022-05-29 05:34:16 -0300
commit8e8fb7c45e8088843b71cb55fede723b2f9c7ff2 (patch)
treea6fbcb4cb3ea575cac0dddb45d88ed103301dfbf /assets/style.css
parent2826d78bbfab50eab90e5a1611576f33e752b7d8 (diff)
*really* basic public lobby
Diffstat (limited to 'assets/style.css')
-rw-r--r--assets/style.css8
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;