increase margin above game field

This commit is contained in:
Gabriele Cirulli
2014-03-22 17:31:55 +01:00
parent e729f7457f
commit 3cfdcca0d2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -537,7 +537,7 @@ hr {
margin-top: 2px; }
.game-container {
margin-top: 10px;
margin-top: 17px;
position: relative;
padding: 10px;
cursor: default;
+1 -1
View File
@@ -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;