custom.css
... ...
@@ -287,7 +287,7 @@ h1.header-title {
287 287
- Vertical center spacing = 0.50 * height
288 288
*/
289 289
.hexmap {
290
- --side: 64px; /* scale here */
290
+ --side: 96px; /* scale here */
291 291
--hex-w: calc(var(--side) * 2);
292 292
--hex-h: calc(var(--side) * 1.732); /* ≈ √3 * side */
293 293
}