From 895f08a4187b7385c65b8be51a718b4b49086c0d Mon Sep 17 00:00:00 2001
From: Juliana <juliana@le-filament.com>
Date: Tue, 10 Sep 2019 09:24:43 +0200
Subject: [PATCH] Change image blog

---
 static/src/css/pylote.css | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/static/src/css/pylote.css b/static/src/css/pylote.css
index 3816787..d92a5fc 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;
-- 
GitLab