From f67f64b4022b6324a399e3b399fec8132d63a142 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 24 Sep 2023 13:22:08 +0200 Subject: Use microformats class to style post listings --- templates/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'templates/style.css') diff --git a/templates/style.css b/templates/style.css index 23722e1..f141102 100644 --- a/templates/style.css +++ b/templates/style.css @@ -133,20 +133,20 @@ footer { } /* blog posts */ -ul.blog-posts { +ul.h-feed { list-style-type: none; padding: unset; } -ul.blog-posts li { +ul.h-feed li { display: flex; } -ul.blog-posts li span { +ul.h-feed li span { flex: 0 0 130px; } -ul.blog-posts li a:visited { +ul.h-feed li a:visited { color: #8b6fcb; } -- cgit 1.4.1