Skip to content

Commit b4aaeb0

Browse files
authored
Merge pull request #1173 from processing/976-2
Add margin below example headings for better spacing (resolves #975)
2 parents bafdcd4 + f8447a5 commit b4aaeb0

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)