Add landing class to index wrapper; fix pixel-limited title width

This commit is contained in:
Sarah Fowler 2019-09-25 10:20:34 -04:00
parent d7c4afd39b
commit 920f304824
2 changed files with 2 additions and 3 deletions

View File

@ -295,7 +295,7 @@ class Index extends React.Component {
};
return (
<div>
<div className="landing">
<HomeSplash siteConfig={siteConfig} language={language} />
<div className="mainContainer">

View File

@ -31,7 +31,7 @@ body, .body, .headline, .subhead, .footnote {
font-family: "Open Sans", sans-serif;
}
.mono {
code, .mono {
font-family: "Source Code Pro", monospace;
font-size: 1rem;
}
@ -244,7 +244,6 @@ a:hover {
.sectionTitle {
border-bottom: 4px solid #e0e0e0;
max-width: 200px;
margin: 0 auto;
margin-top: 35px;
padding-bottom: 15px;