提交 3cfdcca0 编写于 作者: G Gabriele Cirulli

increase margin above game field

上级 e729f745
...@@ -537,7 +537,7 @@ hr { ...@@ -537,7 +537,7 @@ hr {
margin-top: 2px; } margin-top: 2px; }
.game-container { .game-container {
margin-top: 10px; margin-top: 17px;
position: relative; position: relative;
padding: 10px; padding: 10px;
cursor: default; cursor: default;
......
...@@ -474,7 +474,7 @@ hr { ...@@ -474,7 +474,7 @@ hr {
$grid-row-cells: 4; $grid-row-cells: 4;
$tile-size: ($field-width - $grid-spacing * ($grid-row-cells + 1)) / $grid-row-cells; $tile-size: ($field-width - $grid-spacing * ($grid-row-cells + 1)) / $grid-row-cells;
$tile-border-radius: 3px; $tile-border-radius: 3px;
$game-container-margin-top: 10px; $game-container-margin-top: 17px;
html, body { html, body {
font-size: 15px; font-size: 15px;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册