custom.css
... ...
@@ -192,7 +192,7 @@ body, td, .markdown-body { background: var(--bg) !important; }
192 192
193 193
/* Layout container width (wins over theme containers) */
194 194
#container, .gollum-site, .markdown-body, main, .page {
195
- max-width: 96ch !important;
195
+ max-width: 102ch !important;
196 196
margin: 0 auto !important;
197 197
padding: 2.5rem 1rem 6rem !important;
198 198
}
... ...
@@ -287,7 +287,7 @@ h1.header-title {
287 287
- Vertical center spacing = 0.50 * height
288 288
*/
289 289
.hexmap {
290
- --side: 96px; /* scale here */
290
+ --side: 102px; /* scale here */
291 291
--hex-w: calc(var(--side) * 2);
292 292
--hex-h: calc(var(--side) * 1.732); /* ≈ √3 * side */
293 293
}