We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e729f74 commit 3cfdccaCopy full SHA for 3cfdcca
style/main.css
@@ -537,7 +537,7 @@ hr {
537
margin-top: 2px; }
538
539
.game-container {
540
- margin-top: 10px;
+ margin-top: 17px;
541
position: relative;
542
padding: 10px;
543
cursor: default;
style/main.scss
@@ -474,7 +474,7 @@ hr {
474
$grid-row-cells: 4;
475
$tile-size: ($field-width - $grid-spacing * ($grid-row-cells + 1)) / $grid-row-cells;
476
$tile-border-radius: 3px;
477
- $game-container-margin-top: 10px;
+ $game-container-margin-top: 17px;
478
479
html, body {
480
font-size: 15px;
0 commit comments