fix(animation): bowl size to 50% of wrapper
This commit is contained in:
@@ -723,7 +723,7 @@ kbd {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
width: max(200px, 33.33%);
|
width: max(200px, 50%);
|
||||||
aspect-ratio: 1;
|
aspect-ratio: 1;
|
||||||
background: url("/bowl.png") center/contain no-repeat;
|
background: url("/bowl.png") center/contain no-repeat;
|
||||||
z-index: 5;
|
z-index: 5;
|
||||||
|
|||||||
Reference in New Issue
Block a user