📝 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%; width: 54%;
min-width: 420px; min-width: 420px;
max-width: 560px; max-width: 560px;
min-height: 336px; min-height: 400px;
color: #0d1a26; color: @home-text-color;
> * { > * {
will-change: transform; will-change: transform;
} }

View File

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