Map.md
... ...
@@ -2,7 +2,7 @@
2 2
3 3
<!-- ============ Orden ============ -->
4 4
<section id="orden" class="board is-default" aria-label="Orden">
5
- <div class="crumbs">You are here: <strong>Orden</strong></div>
5
+ <h2>Orden</h2>
6 6
<div class="hexgrid">
7 7
<!-- Center -->
8 8
<div class="hex pos-c"><a href="#baleful">
custom.css
... ...
@@ -282,7 +282,7 @@ h1.header-title {
282 282
/* ==== HEX MAP (pure CSS drilldown) ===================================== */
283 283
.hexmap {
284 284
--hex-size: 120px; /* overall scale */
285
- --gap: 10px;
285
+ --gap: 0px;
286 286
--bg: var(--bg, #111);
287 287
--fg: var(--fg, #e0e0e0);
288 288
--accent: #9bb6ff;
... ...
@@ -347,6 +347,7 @@ h1.header-title {
347 347
display: block;
348 348
font-weight: 700;
349 349
line-height: 1.2;
350
+ border: none;
350 351
}
351 352
352 353
/* Optional subtle caption under each board title */