Web Dev Solutions

Catalin Mititiuc

From 549ad8699f53cc4f3e7a82be2f7caee8925d93ce Mon Sep 17 00:00:00 2001 From: Catalin Mititiuc Date: Sat, 18 May 2024 20:52:36 -0700 Subject: Finish furniture, recenter maps --- public/assets/css/map.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'public/assets/css') diff --git a/public/assets/css/map.css b/public/assets/css/map.css index 4af73cf..e356374 100644 --- a/public/assets/css/map.css +++ b/public/assets/css/map.css @@ -57,6 +57,11 @@ polyline.move-trace { transform: translate(1.3px, 1564.1px) rotate(0.1deg) scale(0.999, 1.002); } +#map1 { + transform-origin: 1142px 759px; + transform: rotate(.1deg) translate(-.5px, 5px) scale(.999, 1.005); +} + #counter-base { r: inherit; } @@ -404,7 +409,7 @@ g[data-y="76"] { --i: 76; } opacity: 1; } -.building .floor { +.floor { fill: white; } -- cgit v1.2.3