summary refs log tree commit diff homepage
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css13
1 files changed, 0 insertions, 13 deletions
diff --git a/style.css b/style.css
deleted file mode 100644
index 938af97..0000000
--- a/style.css
+++ /dev/null
@@ -1,13 +0,0 @@
-html {
-    margin: auto;
-    max-width: 72ch;
-}
-h1, h2, h3, h4, h5, h6 { margin: 1ex 0 }
-form {
-    display: grid;
-    grid-template-columns: max-content 1fr;
-}
-form label { margin-right: 1ch }
-form label:after { content: ":" }
-form input { margin-bottom: 1ex }
-.error { color: red }