Web Dev Solutions

Catalin Mititiuc

aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'public/map.css')
-rw-r--r--public/map.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/public/map.css b/public/map.css
index 932d224..dbabab9 100644
--- a/public/map.css
+++ b/public/map.css
@@ -203,11 +203,11 @@ g.selected use {
transform: translate(19px, 31px) scale(4);
}
-g.start-locations > g:first-child {
+g.start-locations > g:first-child:not([data-y]) {
--i: -2;
}
-g.start-locations > g:last-child {
+g.start-locations > g:last-child:not([data-y]) {
--i: 52;
}
@@ -249,6 +249,7 @@ g[data-y]:nth-child(odd) {
transform: translateX(calc(var(--x-step) * var(--i))) scale(var(--scale));
}
+g[data-y="-2"] { --i: -2; }
g[data-y="0"] { --i: 0; }
g[data-y="1"] { --i: 1; }
g[data-y="2"] { --i: 2; }