diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-10-12 22:51:50 +0200 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-10-12 22:51:50 +0200 |
| commit | 682df5115dff6d67af445bd8256c674700e87c3c (patch) | |
| tree | 1186c8285bd58a05a5281e632a60238cf1ae645c | |
| parent | cbdb2ee1547fcfbef8c874da60b17eee80b5fa18 (diff) | |
style: adjust post-tags layout to use row direction
| -rw-r--r-- | src/layouts/BlogListLayout.astro | 1 |
1 files changed, 1 insertions, 0 deletions
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; |
