From c522ef877e111e0f9fec0bf43221a1468e302543 Mon Sep 17 00:00:00 2001 From: David Allemang Date: Wed, 17 Jun 2026 18:02:56 -0400 Subject: [PATCH] tweak --- content/interference.typ | 2 +- static/style.css | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/content/interference.typ b/content/interference.typ index b4d7cd1..8958609 100644 --- a/content/interference.typ +++ b/content/interference.typ @@ -7,6 +7,6 @@ = Entity Spawns = Single-Player (before 26.2) -= Mixed Diode Interference += Mixed Diode = Lazy chunks = Reloading Chunks diff --git a/static/style.css b/static/style.css index 7ae5bcd..881c63f 100644 --- a/static/style.css +++ b/static/style.css @@ -74,6 +74,10 @@ nav > ul { padding-inline: 0; } +nav li { + margin-block: 0.5em; +} + nav summary { display: block; } @@ -97,7 +101,7 @@ html { body { display: grid; - grid-template-columns: 20ch 80ch 20ch; + grid-template-columns: 25ch 80ch 25ch; grid-template-rows: auto auto 1fr auto; grid-gap: 4ch; width: auto; @@ -210,4 +214,4 @@ aside[aria-label="tip"]:before { content: "Tip:"; margin-inline-end: 1ch; font-family: "Mojangles", monospace; -} \ No newline at end of file +}