From 682df5115dff6d67af445bd8256c674700e87c3c Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Sun, 12 Oct 2025 22:51:50 +0200 Subject: style: adjust post-tags layout to use row direction --- src/layouts/BlogListLayout.astro | 1 + 1 file changed, 1 insertion(+) (limited to 'src/layouts/BlogListLayout.astro') diff --git a/src/layouts/BlogListLayout.astro b/src/layouts/BlogListLayout.astro index be40a74..ed4662c 100644 --- a/src/layouts/BlogListLayout.astro +++ b/src/layouts/BlogListLayout.astro @@ -270,6 +270,7 @@ const schema = { .post-tags { display: inline-flex; + flex-direction: row; list-style: none; margin: 0; padding: 0; -- cgit v1.3