Skip to content

Commit

Permalink
Fixed large Margin
Browse files Browse the repository at this point in the history
  • Loading branch information
Noothan-am committed Jun 25, 2023
1 parent 511014a commit a5f8ffd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions site/public/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pre {
white-space: pre-wrap;
}

:not(pre) > code {
:not(pre)>code {
font-family: monospace;
background-color: #eee;
padding: 3px;
Expand Down Expand Up @@ -75,8 +75,8 @@ iframe {
border: 1px solid #eee;
}

[data-slate-editor] > * + * {
margin-top: 1em;
[data-slate-editor]>*+* {
/* margin-top: 1em; */
}

.fancy {
Expand All @@ -88,4 +88,4 @@ iframe {
border-radius: 20px;
outline-offset: -20px;
white-space: pre-wrap;
}
}

0 comments on commit a5f8ffd

Please sign in to comment.