📝 fix home page animation

This commit is contained in:
afc163 2019-10-20 15:00:50 +08:00
parent c13b475947
commit 78a1427ec0
No known key found for this signature in database
GPG Key ID: 5F00908D72002306
2 changed files with 2 additions and 3 deletions

View File

@ -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;
}

View File

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