From f75dfb5d736b644ad2649452c3056ba71be856b8 Mon Sep 17 00:00:00 2001 From: mattkae Date: Sun, 13 Nov 2022 19:51:56 -0500 Subject: The dumbest of blogging systems --- posts.css | 44 +++++++++++++++++++++++++++----------------- 1 file changed, 27 insertions(+), 17 deletions(-) (limited to 'posts.css') diff --git a/posts.css b/posts.css index ef483fe..58204c3 100644 --- a/posts.css +++ b/posts.css @@ -1,28 +1,38 @@ -#post_section { - width: 50%; - display: flex; - flex-direction: column; - align-items: center; - color: white; +#tag_list { + width: 100%; + display: flex; + flex-direction: row; + align-items: center; + column-gap: 4px; +} + +#tag_list > button { + padding: 8px; + cursor: pointer; +} - font-family: Arial,Helvetica Neue,Helvetica,sans-serif !important; +#post_list { + display: flex; + flex-direction: column; } article { - width: 100%; - text-align: left; - padding-top: 1rem; + width: 100%; + text-align: left; + padding-top: 1rem; } article > h2 { - padding: 0; - margin: 0; + color: black; + padding: 0; + margin: 0; } article > h3 { - color: lightgray; - font-size: 0.8rem; - font-weight: normal; - padding: 0; - margin: 0; + margin: 0; + margin-top: 12px; + color: gray; + font-size: 12px; + font-weight: normal; + padding: 0; } -- cgit v1.2.1