Skip to content

Commit

Permalink
mobile layout fix and package.json changes
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidTimms committed Jun 21, 2013
1 parent 0583051 commit f68ec58
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
5 changes: 5 additions & 0 deletions static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f68ec58

Please sign in to comment.