diff --git a/configuration/template.html b/configuration/template.html
index 70ffdac..d1c26b7 100644
--- a/configuration/template.html
+++ b/configuration/template.html
@@ -197,7 +197,10 @@
}
.pride-img {
- margin: 0 auto;
+ width: 100%;
+ height: auto;
+ display: flex;
+ align-items: center;
}
@@ -217,13 +220,14 @@
-
+
+

+
Recent posts
diff --git a/weblog/page-template.md b/weblog/page-template.md
index 986d8ff..b7bba15 100644
--- a/weblog/page-template.md
+++ b/weblog/page-template.md
@@ -179,7 +179,10 @@ color: #c81d25;
}
.pride-img {
-margin: 0 auto;
+width: 100%;
+height: auto;
+display: flex;
+align-items: center;
}
@@ -196,7 +199,14 @@ margin: 0 auto;
{body}
-
+
+

+