commit 15d456857acb1c0916787bdc921bfcce800c2403 parent 05d237b9f821eeb44cb85301c15804e1301c19a7 Author: erai <erai@omiltem.net> Date: Wed, 17 Apr 2024 21:15:11 -0400 1em space Diffstat:
M | css/style.css | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/css/style.css b/css/style.css @@ -1,12 +1,13 @@ html { scrollbar-gutter: stable; + margin: 0.5em 0.5em; } body { line-height: 1.4; color: #252525; font-family: sans-serif; - margin: 0 auto; + margin: 0px auto; max-width: 45em; }