This commit is contained in:
Sander Spies 2019-09-30 17:27:10 +02:00
parent 879884f3b3
commit fad72a680c
3 changed files with 12 additions and 8 deletions

View File

@ -29,7 +29,7 @@ class Footer extends React.Component {
<a className="nav-home"></a> <a className="nav-home"></a>
<div> <div>
<h5>Docs</h5> <h5>Docs</h5>
<a href={this.docUrl('setup-installation.html', this.props.language)}> <a href={this.docUrl('setup/installation/', this.props.language)}>
Installation Installation
</a> </a>
<a href={this.docUrl('api-cli-commands.html', this.props.language)}> <a href={this.docUrl('api-cli-commands.html', this.props.language)}>

View File

@ -393,10 +393,8 @@ class Index extends React.Component {
<div className="partners-container hide-small"> <div className="partners-container hide-small">
{PartnerShowcase} {PartnerShowcase}
<div className="partners-text"> <div className="partners-text">
<h3>Our Partners</h3> <h3>Partners</h3>
<p className="body">
We are not alone in this world -- here're some people who support us
</p>
</div> </div>
</div> </div>
); );

View File

@ -207,7 +207,7 @@ footnote {
.sample-code { .sample-code {
border: solid 1px lightgray; border: solid 1px lightgray;
width: 80%; width: 80%;
padding: 10px; padding: 10gipx;
background-color: white; background-color: white;
} }
@ -740,9 +740,15 @@ body
} }
input#search_input_react::placeholder {
color: white;
opacity: .8;
}
@media only screen and (max-width: 1023px) { @media only screen and (max-width: 1023px) {
.reactNavSearchWrapper input#search_input_react { .reactNavSearchWrapper input#search_input_react {
background-color: rgba(0, 0, 0, 0.2); background-color: rgba(0, 0, 0, 0.2);
color: white;
} }
.landing code { .landing code {