From: Michael Orlitzky Date: Thu, 26 Oct 2023 01:36:09 +0000 (-0400) Subject: index.html.in: the bus moves right-to-left X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;ds=sidebyside;h=6546ffc284aa780d247216eab13138146323c27c;p=charm-bypass.git index.html.in: the bus moves right-to-left This probably should have become clear when I was drawing the front of the bus? --- 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%); } }