From 76015a0f1215090201ff3d1e07a95f036e816b73 Mon Sep 17 00:00:00 2001 From: Henry Webster Date: Mon, 20 Jul 2026 00:52:08 -0500 Subject: add stylesheet --- style.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 style.css (limited to 'style.css') diff --git a/style.css b/style.css new file mode 100644 index 0000000..67cfad7 --- /dev/null +++ b/style.css @@ -0,0 +1,13 @@ +html { + font-size: 100%; +} +body { + margin: 0 auto; + padding: 0; + max-width: 720px; + font-family: system-ui, sans-serif; + font-weight: normal; +} +main { + margin: 0 1rem; +} -- cgit v1.3