Commit f95b62bf authored by Matthew Taylor's avatar Matthew Taylor

Change name to `cards` to prevent interaction fx

thanks @rschamp !
parent 5d693ed5
......@@ -18,7 +18,7 @@ var Cards = injectIntl(React.createClass({
};
return (
<div className="inner">
<div className="intro">
<div className="intro cards">
<div className="intro-content">
<h1><FormattedMessage id='cards.introHeader' /></h1>
<p><FormattedMessage id='cards.introContent' /></p>
......
@import "../../colors";
@import "../../typography";
.intro {
.cards{
display: flex;
margin: 1em 0;
align-items: center;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment