minor fixes

This commit is contained in:
cws 2020-02-01 18:51:37 +01:00
parent c3376522eb
commit 3d9d14705a
2 changed files with 2 additions and 3 deletions

View file

@ -35,5 +35,5 @@ $ node ghost-contact-svc.js
## Test Locally ## Test Locally
``` ```
$ http://lcoalhost:7000/v1/demo $ http://localhost:7000/v1/demo
``` ```

View file

@ -34,8 +34,7 @@ body {
.header { .header {
position: fixed; position: fixed;
top: 0; top: 0;
left: 50%; margin-left: 100px;
margin-left: -480px;
background-color: #fff; background-color: #fff;
border-bottom: 1px solid #ddd; border-bottom: 1px solid #ddd;
padding-top: 10px; padding-top: 10px;