From d21ef9bf29465db18dce1ee6d4fcbdece655ba87 Mon Sep 17 00:00:00 2001 From: mattkae Date: Tue, 22 Nov 2022 17:33:47 -0500 Subject: Some new tags, unused for now --- posts.css | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to 'posts.css') diff --git a/posts.css b/posts.css index 58204c3..e9e5abc 100644 --- a/posts.css +++ b/posts.css @@ -1,14 +1,20 @@ #tag_list { width: 100%; - display: flex; - flex-direction: row; - align-items: center; - column-gap: 4px; + display: grid; + grid-template-columns: repeat(3, 1fr); + column-gap: 8px; + row-gap: 8px } -#tag_list > button { - padding: 8px; +#tag_list button { + padding: 16px; cursor: pointer; + border: 1px solid transparent; + border-radius: 3px; + font-family: inherit; + font-size: 16px; + width: 100%; + height: 100%; } #post_list { -- cgit v1.2.1