Skip to content

Commit c7aef8f

Browse files
yutingzhao1991tingzhao.ytz
andauthored
fix: circle bg image in home page (#962)
Co-authored-by: tingzhao.ytz <[email protected]>
1 parent 61c17c5 commit c7aef8f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.dumi/theme/builtins/HomePage/components/Theme/index.module.less

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@
2626
left: 80px;
2727
bottom: 60px;
2828
width: 486px;
29-
height: 486px;
30-
background-image: url(https://mdn.alipayobjects.com/huamei_mutawc/afts/img/A*vhNURbKgnA0AAAAAAAAAAAAADlrGAQ/original);
29+
height: 386px;
30+
background-image: url(https://mdn.alipayobjects.com/huamei_mutawc/afts/img/A*Wcc_S5HOjE8AAAAAAAAAAAAADlrGAQ/original);
31+
background-repeat: no-repeat;
3132
background-size: contain;
3233
}
3334

0 commit comments

Comments
 (0)