X-Git-Url: https://git.cworth.org/git?p=lmno.games;a=blobdiff_plain;f=style.css;h=c8d6c86310e1f1def1892becfb7e6861edc5839d;hp=b4d5b1b7445d6c9cb8aee3f27f232637b6dd5dc0;hb=ff43730d806faf03b488ee59c49d576686696d6c;hpb=7f2adf5117f25ce666ec4fa8d628cd3123b32aa6 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; }