Skip to content

Commit 106eba9

Browse files
authored
Temporary fix for margins
Removed margin styles for certain elements in markdown content.
1 parent 3a6f1f2 commit 106eba9

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

web/src/styles/custom.css

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -220,11 +220,3 @@ th {
220220
td {
221221
background-color: var(--sl-color-bg-inline-code);
222222
}
223-
224-
.sl-markdown-content :not(h1, h2, h3, h4, h5, h6, .sl-heading-wrapper) + :is(.sl-heading-wrapper) {
225-
margin-top: 1.5em;
226-
}
227-
228-
.sl-markdown-content :not(a, strong, em, del, span, input, code, br) + :not(a, strong, em, del, span, input, code, br, :where(.not-content *)) {
229-
margin-top: 1em;
230-
}

0 commit comments

Comments
 (0)