summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/style.css b/style.css
index b4f66c0..47e9f71 100644
--- a/style.css
+++ b/style.css
@@ -8,6 +8,13 @@ body {
margin: 0;
position: relative;
}
+body.margined {
+ margin: 0.5em;
+}
+.form-line {
+ display: block;
+ margin: 0.5em 0;
+}
#header {
height: 1.5em;
@@ -21,6 +28,10 @@ a, a:visited {
text-decoration: none;
}
+#header a {
+ padding: 0 0.5em;
+}
+
#play-area {
width: 100vw;
/* annoyingly, firefox ESR 115 still doesn't support lh */