From 6a54bdeec6932ade409ffa6857e4fbfe958b1e6c Mon Sep 17 00:00:00 2001 From: Max Richter Date: Sat, 25 Jan 2025 19:00:06 +0100 Subject: [PATCH] feat: move anchor item to left of text in markdown --- static/global.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/global.css b/static/global.css index 393ad83..a28cde1 100644 --- a/static/global.css +++ b/static/global.css @@ -148,5 +148,6 @@ main.loading { .markdown-body>h2>.anchor, .markdown-body>h3>.anchor { display: inline-flex; - margin-right: 5px; + margin-left: -26px; + margin-right: 12px; }