Add landing class to index wrapper; fix pixel-limited title width
This commit is contained in:
parent
d7c4afd39b
commit
920f304824
@ -295,7 +295,7 @@ class Index extends React.Component {
|
|||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div>
|
<div className="landing">
|
||||||
<HomeSplash siteConfig={siteConfig} language={language} />
|
<HomeSplash siteConfig={siteConfig} language={language} />
|
||||||
<div className="mainContainer">
|
<div className="mainContainer">
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@ body, .body, .headline, .subhead, .footnote {
|
|||||||
font-family: "Open Sans", sans-serif;
|
font-family: "Open Sans", sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mono {
|
code, .mono {
|
||||||
font-family: "Source Code Pro", monospace;
|
font-family: "Source Code Pro", monospace;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
@ -244,7 +244,6 @@ a:hover {
|
|||||||
|
|
||||||
.sectionTitle {
|
.sectionTitle {
|
||||||
border-bottom: 4px solid #e0e0e0;
|
border-bottom: 4px solid #e0e0e0;
|
||||||
max-width: 200px;
|
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
margin-top: 35px;
|
margin-top: 35px;
|
||||||
padding-bottom: 15px;
|
padding-bottom: 15px;
|
||||||
|
Loading…
Reference in New Issue
Block a user