mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-31 18:07:00 +02:00
fix(v1): black lives matter banner
This commit is contained in:
parent
63e2720dff
commit
2cd326fe20
2 changed files with 55 additions and 54 deletions
|
@ -63,9 +63,8 @@ class Index extends React.Component {
|
||||||
<div>
|
<div>
|
||||||
<div className="announcement">
|
<div className="announcement">
|
||||||
<div className="announcement-inner">
|
<div className="announcement-inner">
|
||||||
Black Lives Matter.
|
Black Lives Matter.{' '}
|
||||||
<a href="https://support.eji.org/give/153413/#!/donation/checkout">
|
<a href="https://support.eji.org/give/153413/#!/donation/checkout">
|
||||||
{' '}
|
|
||||||
Support the Equal Justice Initiative
|
Support the Equal Justice Initiative
|
||||||
</a>
|
</a>
|
||||||
.
|
.
|
||||||
|
@ -85,6 +84,7 @@ class Index extends React.Component {
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="mainContainer">
|
<div className="mainContainer">
|
||||||
|
<div style={{marginTop: -40}}>
|
||||||
<Container padding={['bottom', 'top']} background="light">
|
<Container padding={['bottom', 'top']} background="light">
|
||||||
<GridBlock
|
<GridBlock
|
||||||
align="center"
|
align="center"
|
||||||
|
@ -146,6 +146,7 @@ class Index extends React.Component {
|
||||||
layout="twoColumn"
|
layout="twoColumn"
|
||||||
/>
|
/>
|
||||||
</Container>
|
</Container>
|
||||||
|
</div>
|
||||||
<Container padding={['bottom', 'top']}>
|
<Container padding={['bottom', 'top']}>
|
||||||
<GridBlock
|
<GridBlock
|
||||||
contents={[
|
contents={[
|
||||||
|
|
|
@ -64,7 +64,7 @@ table td:first-child > code {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
padding: 48px;
|
padding: 48px;
|
||||||
margin: 0 auto -40px;
|
margin: 0 auto;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue