0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-06 22:40:26 -05:00

refactor:

This commit is contained in:
Meeeeow 2017-11-05 17:51:33 +08:00 committed by juanpicado
parent ceed91c1b6
commit 0f33cddda3
2 changed files with 3 additions and 3 deletions

View file

@ -13,7 +13,7 @@ .help {
font-size: 24px;
}
p {
.noPkgIntro {
line-height: 1.5;
margin: 0 auto;
font-size: 14px;

View file

@ -18,7 +18,7 @@ const Help = () => {
<h1 className={classes.noPkgTitle}>
No Package Published Yet
</h1>
<p>
<div className={classes.noPkgIntro}>
<div>
To publish your first package just:
</div>
@ -34,7 +34,7 @@ const Help = () => {
{`npm publish --registry ${registryURL}`}
</SyntaxHighlighter>
<strong>3. Refresh this page!</strong>
</p>
</div>
</li>
</div>
);