Skip to content

Commit 685f8e1

Browse files
committed
Add margin below example headings for better spacing (resolves #975)
1 parent 547cb9d commit 685f8e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

styles/global.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ section,
230230
h2,
231231
.text-h2 {
232232
margin-top: var(--gutter-md);
233-
margin-bottom: 0px;
233+
margin-bottom: var(--spacing-md);
234234
}
235235

236236
h2,

0 commit comments

Comments
 (0)