From 7fe752ea59b455c4491f0a6ebdddac6c3057c072 Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Sat, 17 Sep 2022 18:11:24 +0900 Subject: [PATCH] fix bullet margin --- app/syntax/quot.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/syntax/quot.ts b/app/syntax/quot.ts index 22c5395..b3d4da4 100644 --- a/app/syntax/quot.ts +++ b/app/syntax/quot.ts @@ -31,7 +31,7 @@ export const quotHighlighting = syntaxHighlighting( letterSpacing: "1.5em", "&:last-child:after": { content: `"•"`, - marginInline: "-1em", + marginInline: "-0.9em", }, }, {