X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=style.css;h=cfef9c8984d4936b37dd535b79c808bdad5c166f;hb=94562509de48088d7fb61bd58405e2ccd76a6c19;hp=095f6023f0c84362fdd74a84560c87a2e73f8e07;hpb=13375caac10b8303640e39e558ef7ed8e737c40b;p=lmno.games diff --git a/style.css b/style.css index 095f602..cfef9c8 100644 --- a/style.css +++ b/style.css @@ -48,6 +48,10 @@ h2 { font-weight: bold; } +p,dl,dd { + margin-bottom: 1em; +} + /*\ |*| |*| Overall page layout @@ -207,6 +211,7 @@ label { input { box-sizing: border-box; font-size: 125%; + height: 40px; padding: 0.5em; width: 100%; border: 1px solid var(--accent-color);