aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Hovorka <[email protected]>2020-04-24 21:52:45 -0600
committerAdam Hovorka <[email protected]>2020-04-24 21:52:45 -0600
commit576f66fa96906992791f84d0dfaed697c1bd80f1 (patch)
tree879dea5226718f27a67dd09d3bdc0eafa9e20729
parent1b01a8f62ccc476d8058f396dc69dafe1408d162 (diff)
Fix the styling on the choice delete button
-rw-r--r--style.css2
1 files changed, 1 insertions, 1 deletions
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;
}