Skip to content

Commit e491cac

Browse files
committed
fix(style): reduce headings spacing
1 parent 1b2b58b commit e491cac

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

styles.css

+5
Original file line numberDiff line numberDiff line change
@@ -131,3 +131,8 @@ section.vocs_Sidebar_level
131131
display: block;
132132
}
133133
}
134+
135+
/* Remove spacing between headers */
136+
.vocs_H2.vocs_Heading {
137+
margin-top: 0 !important;
138+
}

0 commit comments

Comments
 (0)