From 576f66fa96906992791f84d0dfaed697c1bd80f1 Mon Sep 17 00:00:00 2001 From: Adam Hovorka Date: Fri, 24 Apr 2020 21:52:45 -0600 Subject: Fix the styling on the choice delete button --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 7ad513f..bba39b5 100644 --- a/style.css +++ b/style.css @@ -219,7 +219,7 @@ section textarea:focus { .choice-delete { position: absolute; right: 0; - margin-top: 3px; + margin-top: -1px; color: var(--off); cursor: pointer; } -- cgit v1.2.3-54-g00ecf