From 9011bca0435eeebd2139ba833635f9a6e4d6dc0b Mon Sep 17 00:00:00 2001 From: Gabe Cook Date: Sun, 26 Mar 2023 03:10:01 -0500 Subject: [PATCH] :lipstick: (docs): Shrink margin around introduction table icons --- docs/docs/stylesheets/extra.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/docs/stylesheets/extra.css b/docs/docs/stylesheets/extra.css index 9da14459f..e76fcbbdf 100644 --- a/docs/docs/stylesheets/extra.css +++ b/docs/docs/stylesheets/extra.css @@ -13,6 +13,10 @@ max-width: 70rem; } +.md-typeset .md-typeset__table img[align=right]:only-child { + margin: 0 0 0 0.5em; +} + /* Workaround to support auto dark mode */ :root { --md-default-fg-color: #000000de;