Skip to content

Commit 2ffd994

Browse files
committed
added top margin for h2 tag
1 parent 2629941 commit 2ffd994

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)