mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 11:10:01 +08:00
📝 fix home page animation
This commit is contained in:
parent
c13b475947
commit
78a1427ec0
@ -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…
Reference in New Issue
Block a user