X-Git-Url: https://git.cworth.org/git?p=lmno.games;a=blobdiff_plain;f=style.css;h=c8d6c86310e1f1def1892becfb7e6861edc5839d;hp=b4d5b1b7445d6c9cb8aee3f27f232637b6dd5dc0;hb=efb56934eb9333fb19e515432c5f03f47e5aa3cf;hpb=67bface07504b1e5809c860f81c2cdc1d3a720a3 diff --git a/style.css b/style.css index b4d5b1b..c8d6c86 100644 --- 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; }