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