From de850676e79da39aec6f1ce0400cfa94cecbd744 Mon Sep 17 00:00:00 2001 From: mattkae Date: Sun, 19 Sep 2021 16:32:15 -0400 Subject: First commit --- posts.css | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 posts.css (limited to 'posts.css') diff --git a/posts.css b/posts.css new file mode 100644 index 0000000..ef483fe --- /dev/null +++ b/posts.css @@ -0,0 +1,28 @@ +#post_section { + width: 50%; + display: flex; + flex-direction: column; + align-items: center; + color: white; + + font-family: Arial,Helvetica Neue,Helvetica,sans-serif !important; +} + +article { + width: 100%; + text-align: left; + padding-top: 1rem; +} + +article > h2 { + padding: 0; + margin: 0; +} + +article > h3 { + color: lightgray; + font-size: 0.8rem; + font-weight: normal; + padding: 0; + margin: 0; +} -- cgit v1.2.1