docs: update website

This commit is contained in:
Juan Picado @jotadeveloper 2018-06-17 13:39:52 +02:00
parent 3097539707
commit aa87ca8408
No known key found for this signature in database
GPG Key ID: 18AC54485952D158
2 changed files with 7 additions and 2 deletions

View File

@ -153,11 +153,11 @@ class HomeSplash extends React.Component {
const FeatureSection = () => (
<GridBlock
className="feature-section"
align="center"
contents={[
{
content: '```bash\n' +
'npm install --global verdaccio'
content: '```bash\n' + 'npm install --global verdaccio'
}
]}
layout="twoColumn"

View File

@ -19,6 +19,11 @@
text-decoration: none !important;
}
.feature-section .blockContent {
max-width: 600px;
margin: 0 auto;
}
.docker-count img {
margin-left: initial;
}