From 81c8dcc1a933af4ab247dc1755b2ec275d53fe1f Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Sun, 2 Jun 2019 15:32:10 -0400 Subject: [PATCH] little better button arrangement --- views/style.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/views/style.css b/views/style.css index 07d1f9d..6b45ccd 100644 --- a/views/style.css +++ b/views/style.css @@ -136,7 +136,7 @@ button a { margin-top: 0px; } .honk button { - margin-right: 6em; + margin-left: 4em; } .tonked { } @@ -190,7 +190,4 @@ img.emu { width: 48px; height: 48px; } - .honk button { - margin-right: 4em; - } }