diff --git a/package.json b/package.json index 9a7e5f8..7eb261f 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,14 @@ { - "name": "DaveChat", - "version": "0.1.0", - "description": "DaveChat Instant Messaging App", + "name": "ChatSafe", + "version": "0.2.0", + "description": "ChatSafe Encrypted Instant Messaging App", "keywords": [ - "OpenShift", "Node.js", "application", - "openshift" + "chat", + "IM", + "secure", + "encrypted" ], "author": { "name": "David Timms", diff --git a/static/index.html b/static/index.html index c781db8..acccf7b 100644 --- a/static/index.html +++ b/static/index.html @@ -22,6 +22,11 @@ .hero-unit { padding-bottom: 45px; } + @media screen and (max-width: 500px) { + .logo { + height: auto; + } + } @media screen and (max-width: 450px) { .hero-unit { padding-left: 30px;