Skip to content

Commit ed8955a

Browse files
committed
fix(website:css): dont apply horizontal margin to markdown content
1 parent 983f1de commit ed8955a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/mdx/markdown.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ $navbar-height: navbar.$navbar-height;
5151

5252
// block margins
5353
> * {
54-
margin: 1rem;
54+
margin: 1rem 0;
5555

5656
// don't add margin to first child (the whole markdown container has top margin already)
5757
&:first-child {

0 commit comments

Comments
 (0)