📝 fix home page animation

pull/19311/head
afc163 5 years ago
parent c13b475947
commit 78a1427ec0
No known key found for this signature in database
GPG Key ID: 5F00908D72002306

@ -66,8 +66,8 @@
width: 54%;
min-width: 420px;
max-width: 560px;
min-height: 336px;
color: #0d1a26;
min-height: 400px;
color: @home-text-color;
> * {
will-change: transform;
}

@ -67,7 +67,6 @@ const Banner = ({ isMobile }) => {
{!isMobile && (
<GitHubButton
style={{ marginLeft: 16 }}
key="github-button"
size="large"
type="stargazers"
namespace="ant-design"

Loading…
Cancel
Save