diff options
author | lonkaars <loek@pipeframe.xyz> | 2021-07-27 18:38:19 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2021-07-27 18:38:19 +0200 |
commit | e44fc7159969c5eef12266922c5bbb9a2a3343c7 (patch) | |
tree | 0e342242bffeeb696c1e5bb5274fffb23b347b81 /styles | |
parent | ae34111f773264cb44dd86ce304cc69c9d83fd23 (diff) |
no more canvas + boi is turning
Diffstat (limited to 'styles')
-rw-r--r-- | styles/presentation.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |