minor fixes
This commit is contained in:
parent
c3376522eb
commit
3d9d14705a
2 changed files with 2 additions and 3 deletions
|
|
@ -35,5 +35,5 @@ $ node ghost-contact-svc.js
|
|||
## Test Locally
|
||||
|
||||
```
|
||||
$ http://lcoalhost:7000/v1/demo
|
||||
$ http://localhost:7000/v1/demo
|
||||
```
|
||||
|
|
|
|||
|
|
@ -34,8 +34,7 @@ body {
|
|||
.header {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 50%;
|
||||
margin-left: -480px;
|
||||
margin-left: 100px;
|
||||
background-color: #fff;
|
||||
border-bottom: 1px solid #ddd;
|
||||
padding-top: 10px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue