From e21a9b009b69522066aac47096209d5f89660f60 Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Fri, 26 Apr 2019 09:13:52 -0400 Subject: [PATCH] tighten up phone buttons --- views/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/views/style.css b/views/style.css index 92c36e9..aaef1b2 100644 --- a/views/style.css +++ b/views/style.css @@ -178,4 +178,7 @@ img.emu { width: 48px; height: 48px; } + .honk button { + margin-right: 4em; + } }