mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 06:03:38 +08:00
site: fix home banner
This commit is contained in:
parent
7d9ac4219a
commit
0703782cf5
@ -63,6 +63,7 @@
|
||||
|
||||
.banner-text-wrapper .start-button {
|
||||
margin-bottom: 24px;
|
||||
overflow: auto;
|
||||
|
||||
> a {
|
||||
float: right;
|
||||
|
@ -25,7 +25,7 @@ export default class Banner extends React.Component {
|
||||
<h2 key="h2">ANT <p>DESIGN</p></h2>
|
||||
<p key="content"><FormattedMessage id="app.home.slogan" /></p>
|
||||
<span className="line" key="line" />
|
||||
<div key="button" className="start-button clearfix">
|
||||
<div key="button" className="start-button">
|
||||
<Link to="/docs/spec/introduce">
|
||||
<Icon type="smile-circle" />
|
||||
<FormattedMessage id="app.home.start" />
|
||||
|
Loading…
Reference in New Issue
Block a user