diff --git a/static/style.css b/static/style.css index 3822337..0b58e30 100644 --- a/static/style.css +++ b/static/style.css @@ -87,6 +87,10 @@ th, td { border: 2px solid var(--accent) } +article.post > div.post-meta { + margin-top: 8px; +} + article.on-list > .post-content, article.on-list > .post-title::after { display: none;