mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-17 23:45:29 -05:00
docs: update website
This commit is contained in:
parent
3097539707
commit
aa87ca8408
2 changed files with 7 additions and 2 deletions
|
@ -153,11 +153,11 @@ class HomeSplash extends React.Component {
|
||||||
|
|
||||||
const FeatureSection = () => (
|
const FeatureSection = () => (
|
||||||
<GridBlock
|
<GridBlock
|
||||||
|
className="feature-section"
|
||||||
align="center"
|
align="center"
|
||||||
contents={[
|
contents={[
|
||||||
{
|
{
|
||||||
content: '```bash\n' +
|
content: '```bash\n' + 'npm install --global verdaccio'
|
||||||
'npm install --global verdaccio'
|
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
layout="twoColumn"
|
layout="twoColumn"
|
||||||
|
|
|
@ -19,6 +19,11 @@
|
||||||
text-decoration: none !important;
|
text-decoration: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.feature-section .blockContent {
|
||||||
|
max-width: 600px;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
|
||||||
.docker-count img {
|
.docker-count img {
|
||||||
margin-left: initial;
|
margin-left: initial;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue