Web Dev Solutions

Catalin Mititiuc

From 3e521e2f64809edc47f50f7215a6a05dd32b69dc Mon Sep 17 00:00:00 2001 From: Catalin Mititiuc Date: Sun, 28 Apr 2024 16:46:25 -0700 Subject: Rename element class 'board' to 'gameboard' --- 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 a53359c..1a57998 100644 --- a/public/map.css +++ b/public/map.css @@ -199,7 +199,7 @@ g.selected use { fill: red; } -.board, .gameboard { +.gameboard { transform: translate(19px, 31px) scale(4); } -- cgit v1.2.3