From 95fa88447147c0b49047757187176bd626d8295b Mon Sep 17 00:00:00 2001 From: Michael Czechowski Date: Wed, 14 Jan 2026 16:59:39 +0100 Subject: [PATCH] fix(animation): center bowl peek horizontally --- src/main.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main.css b/src/main.css index 862cff3..d967f69 100644 --- a/src/main.css +++ b/src/main.css @@ -722,7 +722,8 @@ kbd { content: ""; position: absolute; bottom: 0; - right: 20px; + left: 50%; + margin-left: -100px; width: 200px; height: 200px; background: url("/bowl.png") center/contain no-repeat;