From 3d9d14705a963b5a0ae5a466b1b22335f018cb1a Mon Sep 17 00:00:00 2001 From: cws Date: Sat, 1 Feb 2020 18:51:37 +0100 Subject: [PATCH] minor fixes --- README.md | 2 +- assets/css/demo.css | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) 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;