Fix spacing

master
Tait Hoyem 4 years ago
parent bdcce1149b
commit 69b308a7ea

@ -1,9 +1,9 @@
<div id="minesweeper-board">
{% for row in board %}
<div class="row">
{% for cell in row %}
<button class="cell" id="mscell-{{ cell.id }}"></button>
{% endfor %}
</div>
{% endfor %}
</div>
{% for row in board %}
<div class="row">
{% for cell in row %}
<button class="cell" id="mscell-{{ cell }}"></button>
{% endfor %}
</div>
{% endfor %}
</div>

Loading…
Cancel
Save