diff --git a/configuration/template.html b/configuration/template.html
index 38b73c1..60cd628 100644
--- a/configuration/template.html
+++ b/configuration/template.html
@@ -202,6 +202,7 @@
display: flex;
justify-content: center;
align-items: center;
+ gap: 0.25rem;
}
diff --git a/weblog/page-template.md b/weblog/page-template.md
index e41ad47..96cba8c 100644
--- a/weblog/page-template.md
+++ b/weblog/page-template.md
@@ -184,6 +184,7 @@ height: auto;
display: flex;
justify-content: center;
align-items: center;
+gap: 0.25rem;
}