From a5f8ffd19ceaed8a1e303690ca2cca1f51d08997 Mon Sep 17 00:00:00 2001 From: Noothan am <100135382+Noothan-am@users.noreply.github.com> Date: Sun, 25 Jun 2023 23:20:56 +0530 Subject: [PATCH] Fixed large Margin --- site/public/index.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/site/public/index.css b/site/public/index.css index bcd5333f9a..5960a5bd91 100644 --- a/site/public/index.css +++ b/site/public/index.css @@ -20,7 +20,7 @@ pre { white-space: pre-wrap; } -:not(pre) > code { +:not(pre)>code { font-family: monospace; background-color: #eee; padding: 3px; @@ -75,8 +75,8 @@ iframe { border: 1px solid #eee; } -[data-slate-editor] > * + * { - margin-top: 1em; +[data-slate-editor]>*+* { + /* margin-top: 1em; */ } .fancy { @@ -88,4 +88,4 @@ iframe { border-radius: 20px; outline-offset: -20px; white-space: pre-wrap; -} +} \ No newline at end of file