fix: correct description for gap

`gap=1px` means 1px around each module,
i.e. 2px between modules, not 1px.
yep, i know, such a bad name for this parameter,
but who cares?
This commit is contained in:
DarkCat09 2024-07-11 19:44:30 +04:00
parent ed0cffb8b3
commit a6f1c1f49a
Signed by: DarkCat09
GPG key ID: 0A26CD5B3345D6E3

View file

@ -34,7 +34,7 @@
<label for="gap">
<span>Grid gap:</span>
<input id="gap" type="number" min="0" value="0">
px between modules
px around
</label>
<button id="gen-btn">Generate</button>
</div>