site: fix home banner

This commit is contained in:
Benjy Cui 2016-09-18 09:44:58 +08:00
parent 7d9ac4219a
commit 0703782cf5
2 changed files with 2 additions and 1 deletions

View File

@ -63,6 +63,7 @@
.banner-text-wrapper .start-button {
margin-bottom: 24px;
overflow: auto;
> a {
float: right;

View File

@ -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" />