diff --git a/static/src/css/pylote.css b/static/src/css/pylote.css
index 38167873fc864a577e05c9a285f0d30c5c2607d8..d92a5fc4a4004ff09cbf5638cc26bfc33763aa6c 100644
--- a/static/src/css/pylote.css
+++ b/static/src/css/pylote.css
@@ -1016,6 +1016,7 @@ h2 span{
 	padding: 0px;
 	width: 600px;
     max-width: 600px;
+    margin: 0 auto;
 }
 
 .content-post p,
@@ -1138,9 +1139,16 @@ h2 span{
 }
 
 .image-post {
+	margin: 0 auto; 
 	max-width: 500px;
 }
 
+.image-post img {
+    margin: 0 auto;
+    object-fit: cover;
+    height: 320px;
+}
+
 .blogpost-content{
 	display: flex;
 	flex-direction: column;