Skip to content

Commit ae4d13a

Browse files
fix(spacing): final spacing fixes
1 parent 3e8a1f5 commit ae4d13a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/components/markdown/markdown.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@
6363
margin-top: 1.125rem;
6464
}
6565

66+
.page-h3#what’s-included {
67+
margin-bottom: rem(24px);
68+
}
6669
//----------------------------
6770
// h4
6871
//----------------------------
@@ -157,7 +160,7 @@
157160
.page-ul,
158161
.page-ol {
159162
@include typescale('epsilon');
160-
margin: rem(24px) 0 $spacing-lg $spacing-lg;
163+
margin: 0 0 rem(24px) $spacing-lg;
161164
line-height: 1.5;
162165
position: relative;
163166
}

0 commit comments

Comments
 (0)