Skip to content

Commit da3c1aa

Browse files
authored
Merge pull request #976 from arkia09/fixed-examples-margin
Fix: Added margin below example headings for better spacing (resolves #975)
2 parents a16bf1e + d2485d6 commit da3c1aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)