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
|
## Test Locally
|
||||||
|
|
||||||
```
|
```
|
||||||
$ http://lcoalhost:7000/v1/demo
|
$ http://localhost:7000/v1/demo
|
||||||
```
|
```
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue