From f6874361d8af5423fef79f087d6808f6d8c5dcfd Mon Sep 17 00:00:00 2001
From: Adrian Amaglio <aamaglio@dbmtechnologies.com>
Date: Thu, 28 Sep 2023 13:31:12 +0200
Subject: [PATCH] image in content

---
 themes/custom/static/css/style.css | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/themes/custom/static/css/style.css b/themes/custom/static/css/style.css
index 39f8236..38b3659 100644
--- a/themes/custom/static/css/style.css
+++ b/themes/custom/static/css/style.css
@@ -28,6 +28,11 @@ body {
 main {
 	min-height:70vh;
 }
+main img {
+	display: block;
+	margin: auto;
+	width:80%;
+}
 section, nav {
 	padding:3%;
 }