From 6546ffc284aa780d247216eab13138146323c27c Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Wed, 25 Oct 2023 21:36:09 -0400 Subject: [PATCH] index.html.in: the bus moves right-to-left This probably should have become clear when I was drawing the front of the bus? --- index.html.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html.in b/index.html.in index 0c18fbb..31e4276 100644 --- a/index.html.in +++ b/index.html.in @@ -96,7 +96,7 @@ transform: translateX(0%); } to { - transform: translateX(100%); + transform: translateX(-100%); } } -- 2.44.2