ctucx.git: trainsearch

web based trip-planner, fork of https://cyberchaos.dev/yuka/trainsearch

commit cdd2029557225acc3e77117dfba99ba4b464d7be
parent 3c77f8f788d87d37c5b9e820ae5db0a7b54a7022
Author: Katja (ctucx) <git@ctu.cx>
Date: Wed, 22 Jan 2025 12:35:25 +0100

style.css: fix flip axis
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/static/style.css b/static/style.css
@@ -31,6 +31,7 @@ a {
 }
 
 .flipped {
+	transform-origin: center center;
 	transform: rotate(180deg);
 }