mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-01 11:39:28 +08:00
Fix santa in chrome
This commit is contained in:
parent
021b49f7d5
commit
0cf841db94
@ -1,11 +1,12 @@
|
|||||||
.santa {
|
.santa {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
margin-left: 8px;
|
margin-left: -8px;
|
||||||
|
transform: scale(0.4);
|
||||||
}
|
}
|
||||||
|
|
||||||
.santa-body {
|
.santa-body {
|
||||||
font-size: 24px;
|
font-size: 60px;
|
||||||
color: #f91047;
|
color: #f91047;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
Loading…
Reference in New Issue
Block a user