mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-25 20:29:45 -04:00
Squash and Merge
This commit is contained in:
parent
117eed5eb3
commit
09775ad4a5
2 changed files with 11 additions and 5 deletions
src/views/guidelines
|
@ -29,8 +29,9 @@ var Guidelines = React.createClass({
|
|||
<dd><FormattedMessage id='guidelines.friendlybody' /></dd>
|
||||
</dl>
|
||||
<div className="guidelines-footer">
|
||||
<p><FormattedMessage id='guidelines.footer' /></p>
|
||||
<img src="//cdn.scratch.mit.edu/scratchr2/static/images/help/spritesforcommunityguid.png" alt="sprites"/>
|
||||
<p><FormattedMessage id='guidelines.footer' /></p>
|
||||
<img src="//cdn.scratch.mit.edu/scratchr2/static/images/help/spritesforcommunityguid.png"
|
||||
alt="sprites"/>
|
||||
</div>
|
||||
</Box>
|
||||
</div>
|
||||
|
|
|
@ -1,11 +1,16 @@
|
|||
@import "../../colors";
|
||||
@import "../../typography";
|
||||
|
||||
.view {
|
||||
#view {
|
||||
.guidelines-footer {
|
||||
text-align: center;
|
||||
img {
|
||||
margin: 0 auto;
|
||||
margin-top: 1.5rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
dl {
|
||||
dt {
|
||||
margin-top: 1.5rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue