summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
Diffstat (limited to 'play.js')
-rw-r--r--play.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/play.js b/play.js
index e45fa4e..09493cd 100644
--- a/play.js
+++ b/play.js
@@ -454,7 +454,7 @@ function layout_blocks(location, north, south) {
function position_block(location, row, n_rows, col, n_cols, element) {
let area = AREAS[location]
let block_size = 60+6
- let padding = 4
+ let padding = 6
let offset = block_size + padding
let row_size = (n_rows-1) * offset
let col_size = (n_cols-1) * offset