diff --git a/assets/css/theme.css b/assets/css/theme.css index ed2a22b..d81d265 100644 --- a/assets/css/theme.css +++ b/assets/css/theme.css @@ -248,3 +248,20 @@ p:first-of-type { padding: 2rem; } } + +.post-list { + list-style-type: none; + margin: 4rem 0 0; + padding: 0; +} +.post-list li:not(:last-of-type) { + margin-bottom: 4rem; +} +.post-list h2 { + margin-bottom: 0.25rem; +} +.post-list small { + display: block; + opacity: 0.8; + margin-bottom: 0.75rem; +} diff --git a/src/blog/index.njk b/src/blog/index.njk index a0645c6..299c97b 100644 --- a/src/blog/index.njk +++ b/src/blog/index.njk @@ -3,8 +3,14 @@ title: Devon's Blog layout: article.njk --- -