aboutsummaryrefslogtreecommitdiff
path: root/src/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'src/layouts')
-rw-r--r--src/layouts/BlogListLayout.astro1
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;