From 4de2c27a61657ccd08dd52b7454eebf134886bd8 Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Fri, 6 Sep 2024 14:46:41 +0000 Subject: [PATCH] Add a small margin left of the go button --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 5a92eaa..fa114ce 100644 --- a/index.html +++ b/index.html @@ -130,6 +130,7 @@ .go-button { cursor: pointer; display: flex; + margin-left: 3px; } .footer { color: white; -- 2.39.5