mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
Add Initiatives description.
This commit is contained in:
parent
f284200997
commit
a8c7919f5f
2 changed files with 6 additions and 2 deletions
|
@ -915,6 +915,9 @@ class AnnualReport extends React.Component {
|
|||
<h2>
|
||||
<FormattedMessage id="annualReport.initiativesTitle" />
|
||||
</h2>
|
||||
<p>
|
||||
<FormattedMessage id="annualReport.initiativesDescription" />
|
||||
</p>
|
||||
<div className="initiatives-pillars">
|
||||
<div className="three-pillars">
|
||||
<div className="pillar-splash tools">
|
||||
|
|
|
@ -872,8 +872,9 @@ p {
|
|||
padding: 88px 0;
|
||||
}
|
||||
|
||||
h2 {
|
||||
margin-bottom: 72px;
|
||||
p {
|
||||
margin-bottom: 48px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.initiatives-pillars {
|
||||
|
|
Loading…
Reference in a new issue