From 568244591f00893e86ba9a7f00ec13df394a0653 Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Fri, 23 Aug 2019 20:45:43 -0400 Subject: [PATCH] make sure buttons have vertical spacing too --- views/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/views/style.css b/views/style.css index 41fac4d..b0b393c 100644 --- a/views/style.css +++ b/views/style.css @@ -149,6 +149,7 @@ input[type=file] { } .honk button { margin-left: 4em; + margin-top: 2em; } .subtle { }