From e7c15e2602e49355444f5d90819dfd0ea66e47bf Mon Sep 17 00:00:00 2001 From: maike Date: Wed, 2 Sep 2026 00:23:42 +0500 Subject: Basic article layout --- css/main.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'css') diff --git a/css/main.css b/css/main.css index 9531435..83dc70b 100644 --- a/css/main.css +++ b/css/main.css @@ -51,3 +51,17 @@ h1, h2, h3, h4, h5, h6 { display: none; /* hide on tiny screens */ } } + +.article .title { + margin: 0; +} + +.article .section .title, +.article .section .text { + margin: 9px 0; + text-align: justify; +} + +.divider { + margin: 9px 0; +} -- cgit v1.3