From f96b70cb3e791de391beb8ba71e53dc53f3d707a Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Wed, 2 Oct 2019 12:47:54 -0400 Subject: [PATCH] tighten up honkform a bit so it makes a prettier screenshot --- views/honkform.html | 6 +++--- views/style.css | 5 ++++- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/views/honkform.html b/views/honkform.html index 76a8a85..2549d9a 100644 --- a/views/honkform.html +++ b/views/honkform.html @@ -8,13 +8,13 @@

-description: +desc:

diff --git a/views/style.css b/views/style.css index 3fa50a3..b2f8f21 100644 --- a/views/style.css +++ b/views/style.css @@ -40,7 +40,10 @@ input { color: $fg; font-size: 1.0em; line-height: 1.2em; - padding: 0.5em; + padding: 0.4em; +} +#honkform input { + font-size: 0.8em; } body > header { margin: 1em auto;