Web Dev Solutions

Catalin Mititiuc

From 143e3cdb45a96912d6791a37f64bf3893879cd93 Mon Sep 17 00:00:00 2001 From: Catalin Mititiuc Date: Wed, 17 Apr 2024 12:52:28 -0700 Subject: Add callbacks for updating the UI --- public/map.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/map.css') diff --git a/public/map.css b/public/map.css index 93232ba..780b912 100644 --- a/public/map.css +++ b/public/map.css @@ -82,7 +82,7 @@ g.troop-counter-template text { stroke: none; } -g.troop-counter [href="#counter-prone"] { +[href="#counter-prone"] { transform: translate(-5px, 6px); } -- cgit v1.2.3