From e44fc7159969c5eef12266922c5bbb9a2a3343c7 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Tue, 27 Jul 2021 18:38:19 +0200 Subject: no more canvas + boi is turning --- styles/presentation.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'styles') diff --git a/styles/presentation.css b/styles/presentation.css index 4d199ea..75f7776 100644 --- a/styles/presentation.css +++ b/styles/presentation.css @@ -86,7 +86,7 @@ top: calc(var(--y) * 1px); left: calc(var(--x) * 1px); - transform: translate(-50%, -50%); + transform: translate(-50%, -50%) rotate(calc(var(--vertical) * 90deg)); pointer-events: none; } -- cgit v1.2.3