From 41ea1757508169957d0ff91ccd94ffea5cc676be Mon Sep 17 00:00:00 2001 From: Mohit Agarwal Date: Fri, 14 Mar 2025 18:37:19 +0000 Subject: Initial commit. --- static/style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 static/style.css (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css new file mode 100644 index 0000000..3531391 --- /dev/null +++ b/static/style.css @@ -0,0 +1,12 @@ +body { + max-width: 80ch; +} +.article { + border: thin solid black; + padding-right: 5ch; + padding-left: 5ch; + margin-bottom: 1ch; +} +.article .title { + margin-top: 0.35em; +} -- cgit v1.2.3