mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-23 22:27:34 -05:00
Added CSS for no logo
This commit is contained in:
parent
99b8c31d3a
commit
1246f12f5a
2 changed files with 5 additions and 3 deletions
|
@ -44,7 +44,7 @@ header {
|
||||||
}
|
}
|
||||||
|
|
||||||
#logo {
|
#logo {
|
||||||
margin: 20px auto;
|
margin: 20px auto 0;
|
||||||
width: 400px;
|
width: 400px;
|
||||||
height: 200px;
|
height: 200px;
|
||||||
display: block;
|
display: block;
|
||||||
|
@ -66,6 +66,7 @@ h1 {
|
||||||
.border-radius(4px);
|
.border-radius(4px);
|
||||||
text-align: left;
|
text-align: left;
|
||||||
color: #FFF;
|
color: #FFF;
|
||||||
|
margin-top: 20px;
|
||||||
|
|
||||||
code {
|
code {
|
||||||
font-family: Consolas, monaco, monospace;
|
font-family: Consolas, monaco, monospace;
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue