Skip to content

Commit

Permalink
fix: some css nits
Browse files Browse the repository at this point in the history
  • Loading branch information
endiliey committed Mar 20, 2019
2 parents 0fc31d8 + 189f7cb commit 15fbbed
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions v1/website/pages/en/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,18 +60,18 @@ class Index extends React.Component {
return (
<div>
<HomeSplash siteConfig={siteConfig} language={language} />
<div className="mainContainer">
<div className="announcement">
<div className="announcement-inner">
We're working on{' '}
<a href="https://github.com/facebook/Docusaurus/issues/789">
Docusaurus 2
</a>
, contribute to its roadmap by suggesting features or giving
feedback{' '}
<a href="https://munseo-preview.netlify.com/feedback/">here</a>!
</div>
<div className="announcement">
<div className="announcement-inner">
We're working on{' '}
<a href="https://github.com/facebook/Docusaurus/issues/789">
Docusaurus 2
</a>
, contribute to its roadmap by suggesting features or giving
feedback{' '}
<a href="https://munseo-preview.netlify.com/feedback/">here</a>!
</div>
</div>
<div className="mainContainer">
<Container padding={['bottom', 'top']} background="light">
<GridBlock
align="center"
Expand Down
2 changes: 1 addition & 1 deletion v1/website/static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ table td:first-child > code {
color: #fff;
font-weight: bold;
font-size: 24px;
margin-top: -40px;
padding: 48px;
margin: 0 auto;
text-align: center;
}

Expand Down

0 comments on commit 15fbbed

Please sign in to comment.