From 84b2059e2111dc119b8a5577cdcf66fcfe28e305 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Wed, 13 Mar 2024 20:01:05 -0500 Subject: renovate wiki section --- static/styles.css | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'static/styles.css') diff --git a/static/styles.css b/static/styles.css index d495220..123db20 100644 --- a/static/styles.css +++ b/static/styles.css @@ -497,7 +497,8 @@ blockquote p { margin: 0; } -.post { +.post, +.wiki-post { display: flex; } @@ -506,6 +507,19 @@ blockquote p { margin-right: 0.5rem; } +.wiki-post { +justify-content: space-between; +} + +.wiki-post:first-of-type { +border-bottom: 1px dotted var(--fg); +margin-bottom: 1rem; +} + +.wiki-post p { +margin: 0; +} + .post-metadata { border: 1px dotted var(--fg); border-top: none; -- cgit v1.2.3