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 +-
public/map1.svg | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
(limited to 'public')
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);
}
diff --git a/public/map1.svg b/public/map1.svg
index 99f6e95..efae907 100644
--- a/public/map1.svg
+++ b/public/map1.svg
@@ -45,7 +45,7 @@
-
+
@@ -1858,4 +1858,5 @@
+
--
cgit v1.2.3