commit 0f9f50de46b50f754a5b0c4f37b48a714e93f51b
parent 450e05fc733c850cd78d3112440bc793a7a29205
Author: Luke Willis <lukejw@monastech.xyz>
Date:   Mon,  9 Mar 2026 03:41:15 -0400

andrew: Add body padding to stagit stylesheet

Diffstat:
Mmt/system/andrew.scm | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/mt/system/andrew.scm b/mt/system/andrew.scm @@ -166,8 +166,17 @@ body { margin-inline: auto; } +#header { + margin-inline: 1rem; +} + hr { border: 0.1rem solid var(--ui); + margin-inline: 1rem; +} + +#content { + margin-inline: 1rem; } a {