We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e8a1f5 commit ae4d13aCopy full SHA for ae4d13a
src/components/markdown/markdown.scss
@@ -63,6 +63,9 @@
63
margin-top: 1.125rem;
64
}
65
66
+.page-h3#what’s-included {
67
+ margin-bottom: rem(24px);
68
+}
69
//----------------------------
70
// h4
71
@@ -157,7 +160,7 @@
157
160
.page-ul,
158
161
.page-ol {
159
162
@include typescale('epsilon');
- margin: rem(24px) 0 $spacing-lg $spacing-lg;
163
+ margin: 0 0 rem(24px) $spacing-lg;
164
line-height: 1.5;
165
position: relative;
166
0 commit comments