From dc43f865f10fa4a6feabb8f3c52c6eb86494a301 Mon Sep 17 00:00:00 2001
From: Dmitry Petrov <dmitry.petrov@rtsoft.de>
Date: Thu, 14 Mar 2024 20:57:03 +0100
Subject: [PATCH] convert_md2html: move content to left

---
 scripts/convert_md2html.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/convert_md2html.py b/scripts/convert_md2html.py
index e404214e..07140871 100755
--- a/scripts/convert_md2html.py
+++ b/scripts/convert_md2html.py
@@ -119,6 +119,7 @@ img {
     color: #000000;
     font-size: 14px;
     float: right;
+    margin-right: 10%;
 }
 hr {
     width: 800px;
-- 
GitLab