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:13:37 +10:00
parent e08d767ded
commit af4a8f5b20

View File

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