diff --git a/configuration/template.html b/configuration/template.html
index d1c26b7..f136b40 100644
--- a/configuration/template.html
+++ b/configuration/template.html
@@ -200,7 +200,7 @@
width: 100%;
height: auto;
display: flex;
- align-items: center;
+ justify-content: center;
}
diff --git a/weblog/page-template.md b/weblog/page-template.md
index b7bba15..2e08b46 100644
--- a/weblog/page-template.md
+++ b/weblog/page-template.md
@@ -182,7 +182,7 @@ color: #c81d25;
width: 100%;
height: auto;
display: flex;
-align-items: center;
+justify-content: center;
}