mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-18 19:28:05 +08:00
📝 fix home page animation
This commit is contained in:
parent
c13b475947
commit
78a1427ec0
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user