about summary refs log tree commit diff stats
path: root/public/global.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/global.css')
-rw-r--r--public/global.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/public/global.css b/public/global.css
index 6bcca5b..10978a7 100644
--- a/public/global.css
+++ b/public/global.css
@@ -70,9 +70,11 @@ html {
 
 body {
   max-width: 96ch;
-  margin: auto;
+  margin: 2ch;
   line-height: 1.5;
 }
+@media only screen and (min-width: 600px) { body { margin: 3.2ch; } }
+@media only screen and (min-width: 84ch) { body { margin: 4ch auto; } }
 
 h1 { color: var(--fg); }
 h2 { color: var(--fg-special-warm); }
@@ -111,7 +113,7 @@ form, input, button {
   padding: .25em;
 
 }
-
+input { max-width: 8ch; }
 input, button {
   border: 2px solid var(--bg-alt);
 }