This commit is contained in:
David Allemang
2026-06-17 18:02:56 -04:00
parent cc834c24e1
commit c522ef877e
2 changed files with 7 additions and 3 deletions

View File

@@ -7,6 +7,6 @@
= Entity Spawns
= Single-Player (before 26.2) <singleplayer>
= Mixed Diode Interference
= Mixed Diode
= Lazy chunks
= Reloading Chunks

View File

@@ -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;
}
}