Skip to content

Commit f8447a5

Browse files
arkia09ksen0
authored andcommitted
Add margin below example headings for better spacing (resolves #975)
1 parent bafdcd4 commit f8447a5

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)