fix(animation): center bowl peek horizontally

This commit is contained in:
2026-01-14 16:59:39 +01:00
parent f7b4962255
commit 4643477bf5

View File

@@ -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;