diff options
Diffstat (limited to 'static/styles.css')
| -rw-r--r-- | static/styles.css | 16 |
1 files changed, 15 insertions, 1 deletions
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; |
