From 9bd68e26d63ba69f8036dd8f14cd7ed79fdeaea5 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Thu, 23 Dec 2021 16:54:18 -0700 Subject: [PATCH] Add style.css to the posts section bundle --- content/posts/style.css | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 content/posts/style.css diff --git a/content/posts/style.css b/content/posts/style.css new file mode 100644 index 0000000..947bd0a --- /dev/null +++ b/content/posts/style.css @@ -0,0 +1,33 @@ +/* posts/style.css + * Eryn Wells + */ + +.post-list h1, +.post-list h2, +.post-list h3, +.post-list h4, +.post-list h5, +.post-list h6 { + display: inline-block; + margin: 0; +} + +.post-list h2 { + font-size: 2.5rem; +} + +.post-list li + li { + margin-top: 2rem; +} + +.post-list time { + display: inline-block; + margin-left: 1rem; +} + +.post-list article { + color: gray; + font-style: oblique; + font-size: 1.8rem; + margin-top: 0.5rem; +} \ No newline at end of file