From 47f8f43cab34bc4048fb93124c13df9643befb4d5abb4a9e97cff064a97e342d Mon Sep 17 00:00:00 2001 From: Nicholas Johnson <> Date: Sun, 6 Sep 2026 00:00:00 +0000 Subject: Move pageinfo below heading for website --- assets/static/css/style.css | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'assets/static') diff --git a/assets/static/css/style.css b/assets/static/css/style.css index 18f74ac..9c24bb0 100644 --- a/assets/static/css/style.css +++ b/assets/static/css/style.css @@ -117,6 +117,30 @@ article:last-child header p, } } +.entry {} + +.entry__details { + margin-bottom: 1.5em; + margin-top: 1.5em; +} + +.entry__details > :first-child { + margin-top: 0; +} + +.entry__details > :last-child { + margin-bottom: 0; +} + +.entry__details:has(> h1:only-child) { + margin-bottom: 1.0em; +} + +.entry__heading, .entry__pageinfo { + margin-bottom: 0.2em; + margin-top: 0.2em; +} + .footer {} .footer__text { -- cgit v1.2.3