Skip to content

Commit

Permalink
increase margin above game field
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielecirulli committed Mar 22, 2014
1 parent e729f74 commit 3cfdcca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion style/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ hr {
margin-top: 2px; }

.game-container {
margin-top: 10px;
margin-top: 17px;
position: relative;
padding: 10px;
cursor: default;
Expand Down
2 changes: 1 addition & 1 deletion style/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ hr {
$grid-row-cells: 4;
$tile-size: ($field-width - $grid-spacing * ($grid-row-cells + 1)) / $grid-row-cells;
$tile-border-radius: 3px;
$game-container-margin-top: 10px;
$game-container-margin-top: 17px;

html, body {
font-size: 15px;
Expand Down

0 comments on commit 3cfdcca

Please sign in to comment.