Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/g-palmer/hashtags
Browse files Browse the repository at this point in the history
  • Loading branch information
banjolina-jolie committed Jul 15, 2013
2 parents 3cbad7d + 2c8936e commit 5a0d58c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hashtags",
"version": "0.0.1-19",
"version": "0.0.1-20",
"private": true,
"scripts": {
"start": "node app.js"
Expand Down
13 changes: 13 additions & 0 deletions public/stylesheets/style.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
* {
max-width: 600px;
}

html, body {

margin-left: auto;
margin-right: auto;
height: 100%;
background-color: #f7b4d2;
}
Expand Down Expand Up @@ -170,6 +177,12 @@ h4 {
-webkit-box-shadow: rgba(0,0,0,0.4) 3px 3px;
}

@media (min-width: 800px) {
.fixed{
position: absolute;
}
}

.newGame {
margin: 1em 0;
}
Expand Down

0 comments on commit 5a0d58c

Please sign in to comment.