diff --git a/README.md b/README.md index aca0867..84533d2 100644 --- a/README.md +++ b/README.md @@ -35,5 +35,5 @@ $ node ghost-contact-svc.js ## Test Locally ``` -$ http://lcoalhost:7000/v1/demo +$ http://localhost:7000/v1/demo ``` diff --git a/assets/css/demo.css b/assets/css/demo.css index a5d9905..37b41da 100644 --- a/assets/css/demo.css +++ b/assets/css/demo.css @@ -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;