]> git.cworth.org Git - lmno.games/blobdiff - style.css
Add a button to advance from prompt voting to playing the actual game
[lmno.games] / style.css
index b4d5b1b7445d6c9cb8aee3f27f232637b6dd5dc0..c8d6c86310e1f1def1892becfb7e6861edc5839d 100644 (file)
--- a/style.css
+++ b/style.css
@@ -51,6 +51,7 @@ body {
 h1,h2 {
     color: var(--text-fg-color);
     font-weight: bold;
+    margin-top: 0.5em;
 }
 
 h1 {
@@ -215,6 +216,11 @@ form {
     grid-column-gap: 1em;
 }
 
+.form-field {
+    margin-top: 0.25em;
+    margin-bottom: 0.25em;
+}
+
 .form-field.small.left,.form-field.medium.left {
     grid-column-start: 1;
 }