mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 23:57:55 -05:00
Fix 10 New Languages spacing
This commit is contained in:
parent
b58fd120a3
commit
61a6c8f50c
2 changed files with 5 additions and 2 deletions
|
@ -1267,9 +1267,8 @@ class AnnualReport extends React.Component {
|
|||
type="snapshot left-align languages"
|
||||
/>
|
||||
<div className="flex-content">
|
||||
<div className="text-and-media-snippet regular">
|
||||
<div className="text-and-media-snippet regular new-languages">
|
||||
<div className="half">
|
||||
|
||||
<h4>
|
||||
<FormattedMessage id="annualReport.2021.access10NewLanguages" />
|
||||
</h4>
|
||||
|
|
|
@ -1641,6 +1641,10 @@ img.comment-viz{
|
|||
}
|
||||
}
|
||||
|
||||
.new-languages {
|
||||
margin-top: 24px;
|
||||
}
|
||||
|
||||
.year-in-review{
|
||||
position: relative;
|
||||
padding: 330px 0 180px 0;
|
||||
|
|
Loading…
Reference in a new issue