Skip to content

Commit

Permalink
+
Browse files Browse the repository at this point in the history
  • Loading branch information
user authored and user committed Aug 8, 2015
1 parent d4a6f91 commit cb2ddcd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
var speed = 20;

// size
var unitSize = 8;
var unitSize = 9;

// field
var xSize = 90;
Expand Down
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ top:100px;
}

.main div{
width:8px;
height:8px;
width:9px;
height:9px;
}

.default{
Expand Down

0 comments on commit cb2ddcd

Please sign in to comment.