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 = () => (
|
||||
<GridBlock
|
||||
className="feature-section"
|
||||
align="center"
|
||||
contents={[
|
||||
{
|
||||
content: '```bash\n' +
|
||||
'npm install --global verdaccio'
|
||||
content: '```bash\n' + 'npm install --global verdaccio'
|
||||
}
|
||||
]}
|
||||
layout="twoColumn"
|
||||
|
|
|
@ -19,6 +19,11 @@
|
|||
text-decoration: none !important;
|
||||
}
|
||||
|
||||
.feature-section .blockContent {
|
||||
max-width: 600px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.docker-count img {
|
||||
margin-left: initial;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue