fix(animation): center bowl peek horizontally
This commit is contained in:
@@ -722,7 +722,8 @@ kbd {
|
|||||||
content: "";
|
content: "";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
right: 20px;
|
left: 50%;
|
||||||
|
margin-left: -100px;
|
||||||
width: 200px;
|
width: 200px;
|
||||||
height: 200px;
|
height: 200px;
|
||||||
background: url("/bowl.png") center/contain no-repeat;
|
background: url("/bowl.png") center/contain no-repeat;
|
||||||
|
|||||||
Reference in New Issue
Block a user