From 1ab3a7bcd42a1a52467437a6ef00f6ccf6b5c12b Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Sun, 20 Oct 2019 17:24:40 -0400 Subject: [PATCH] space buttons out some more --- views/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/views/style.css b/views/style.css index 3a40f01..dd44d5b 100644 --- a/views/style.css +++ b/views/style.css @@ -110,6 +110,7 @@ label.button, button, select { border: 1px solid $fg; padding: 0.5em; white-space: nowrap; + margin-top: 1.5em; } .buttonarray { line-height: 2.5em;