Skip to content

Commit dc22488

Browse files
authored
Merge pull request #506 from shourysingh07/issue_498
Added top margin for h2 tag
2 parents 62180b2 + 2ffd994 commit dc22488

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

styles/global.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,8 @@ section,
229229

230230
h2,
231231
.text-h2 {
232-
margin-top: 0px;
233-
margin-bottom: var(--gutter-md);
232+
margin-top: var(--gutter-md);
233+
margin-bottom: 0px;
234234
}
235235

236236
h2,

0 commit comments

Comments
 (0)