Skip to content

Commit 3cfdcca

Browse files
increase margin above game field
1 parent e729f74 commit 3cfdcca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

style/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ hr {
537537
margin-top: 2px; }
538538

539539
.game-container {
540-
margin-top: 10px;
540+
margin-top: 17px;
541541
position: relative;
542542
padding: 10px;
543543
cursor: default;

style/main.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ hr {
474474
$grid-row-cells: 4;
475475
$tile-size: ($field-width - $grid-spacing * ($grid-row-cells + 1)) / $grid-row-cells;
476476
$tile-border-radius: 3px;
477-
$game-container-margin-top: 10px;
477+
$game-container-margin-top: 17px;
478478

479479
html, body {
480480
font-size: 15px;

0 commit comments

Comments
 (0)