mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 16:06:28 +08:00
tweak home style
This commit is contained in:
parent
01f4b4e713
commit
0b31c256e3
@ -113,9 +113,14 @@
|
||||
}
|
||||
.left-text {
|
||||
padding-left: 10%;
|
||||
left: 30px;
|
||||
}
|
||||
}
|
||||
|
||||
#page3 .text-wrapper {
|
||||
left: -30px;
|
||||
}
|
||||
|
||||
.image1 {
|
||||
background: url("https://t.alipayobjects.com/images/T1Ch8kXfpdXXXXXXXX.png") no-repeat right / 841px;
|
||||
height: 511px;
|
||||
|
@ -22,7 +22,7 @@ export default function Page3({ location }) {
|
||||
leaveReverse
|
||||
>
|
||||
<h2 key="h2"><FormattedMessage id="app.home.reusable-components" /></h2>
|
||||
<p key="p" style={{ maxWidth: 280 }}><FormattedMessage id="app.home.components-intro" /></p>
|
||||
<p key="p" style={{ maxWidth: 360 }}><FormattedMessage id="app.home.components-intro" /></p>
|
||||
<div key="button">
|
||||
<Link to={utils.getLocalizedPathname('/docs/react/introduce', utils.isZhCN(location.pathname))}>
|
||||
<Button type="primary" size="large">
|
||||
|
Loading…
Reference in New Issue
Block a user