Tuning.
This commit is contained in:
parent
879884f3b3
commit
fad72a680c
@ -29,7 +29,7 @@ class Footer extends React.Component {
|
||||
<a className="nav-home"></a>
|
||||
<div>
|
||||
<h5>Docs</h5>
|
||||
<a href={this.docUrl('setup-installation.html', this.props.language)}>
|
||||
<a href={this.docUrl('setup/installation/', this.props.language)}>
|
||||
Installation
|
||||
</a>
|
||||
<a href={this.docUrl('api-cli-commands.html', this.props.language)}>
|
||||
|
@ -393,10 +393,8 @@ class Index extends React.Component {
|
||||
<div className="partners-container hide-small">
|
||||
{PartnerShowcase}
|
||||
<div className="partners-text">
|
||||
<h3>Our Partners</h3>
|
||||
<p className="body">
|
||||
We are not alone in this world -- here're some people who support us
|
||||
</p>
|
||||
<h3>Partners</h3>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
@ -207,7 +207,7 @@ footnote {
|
||||
.sample-code {
|
||||
border: solid 1px lightgray;
|
||||
width: 80%;
|
||||
padding: 10px;
|
||||
padding: 10gipx;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
@ -740,9 +740,15 @@ body
|
||||
|
||||
}
|
||||
|
||||
input#search_input_react::placeholder {
|
||||
color: white;
|
||||
opacity: .8;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 1023px) {
|
||||
.reactNavSearchWrapper input#search_input_react {
|
||||
background-color: rgba(0, 0, 0, 0.2);
|
||||
color: white;
|
||||
}
|
||||
|
||||
.landing code {
|
||||
|
Loading…
Reference in New Issue
Block a user