fix(animation): bowl size to 50% of wrapper

This commit is contained in:
2026-01-14 17:01:50 +01:00
parent 3f1bd46deb
commit 1107885a7a

View File

@@ -723,7 +723,7 @@ kbd {
position: absolute;
bottom: 0;
left: 50%;
width: max(200px, 33.33%);
width: max(200px, 50%);
aspect-ratio: 1;
background: url("/bowl.png") center/contain no-repeat;
z-index: 5;