From 2ba9edfe29419d83068ad1c1f4fdb194fee68cb6 Mon Sep 17 00:00:00 2001 From: Trigus42 <59501676+Trigus42@users.noreply.github.com> Date: Sat, 12 Oct 2024 02:10:32 +0200 Subject: [PATCH] Add space between text an images --- docs/stylesheets/extra.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index 558c4dce..1275eabe 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -43,3 +43,10 @@ a:hover, a:focus { color: #01c4e5 !important; } + +/* Add margin to images so they aren't too close to the text */ +.md-content__inner img +{ + margin-top: 1em; + margin-bottom: 1em; +} \ No newline at end of file