Skip to content

Commit

Permalink
Make grid-20 the default grid style
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorp committed May 29, 2024
1 parent 1c7ceb7 commit c42ada9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fencer.html
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ <h2>Mappings</h2>
<option value="fill-space-40">fill space 40</option>
<option value="fill-space-20">fill space 20</option>
<option value="grid-40">grid 40</option>
<option value="grid-20">grid 20</option>
<option value="grid-20" selected>grid 20</option>
</select>
<br>
<label for="integer-snapping">Snap to integers</label> <input type="checkbox" id="integer-snapping">
Expand Down

0 comments on commit c42ada9

Please sign in to comment.