check many hexes
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simple_Not 2023-07-18 21:17:26 +10:00
parent 8cc52a2d2e
commit 0768ff5d0e

View File

@ -3,7 +3,7 @@
.hex-main {
display:flex;
/*flex-direction: column;*/
flex-wrap: wrap;
/* flex-wrap: wrap; */
--s: 100px; /* size */
--m: 4px; /* margin */
--f: calc(1.732 * var(--s) + 4 * var(--m) - 1px);