mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
Change name to cards
to prevent interaction fx
thanks @rschamp !
This commit is contained in:
parent
5d693ed53d
commit
f95b62bf67
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
@import "../../colors";
|
||||
@import "../../typography";
|
||||
|
||||
.intro {
|
||||
.cards{
|
||||
display: flex;
|
||||
margin: 1em 0;
|
||||
align-items: center;
|
||||
|
|
Loading…
Reference in a new issue