diff --git a/posts/hello.yaml b/posts/hello.yaml index 928ce5a..bd7add6 100644 --- a/posts/hello.yaml +++ b/posts/hello.yaml @@ -2,4 +2,4 @@ title: Hello author: pagwin tags: [hello, this is a list] draft: false -date: 2024-8-1 +date: 2024-08-01 diff --git a/static/css/layout.css b/static/css/layout.css index 26012b1..20d9868 100644 --- a/static/css/layout.css +++ b/static/css/layout.css @@ -139,21 +139,17 @@ p { /*https://pearsonified.com/golden-ratio-typography-intro/ is where this came from and tbh having a bigger line height does make things more readable although I tune it down a bit*/ line-height: 1.5; } -/*TODO specify for posts list*/ -#content > ul { + +dl{ padding: 0; list-style: none; } -#content > ul > li { - display: flex; - align-items: center; + +dt > a, dl > div > time, dl > time{ + /*margin: 1rem;*/ } -#content > ul > li > a { - margin: 1rem; -} -} /* we really want to make sure this doesn't stick around when colors load in regardless of when/how colors get loaded in*/ @layer pre-load{ #content { diff --git a/templates/posts.html b/templates/posts.html index 1ddbb8e..f7400d3 100644 --- a/templates/posts.html +++ b/templates/posts.html @@ -1,9 +1,18 @@ - +