Skip to content

Commit acf0964

Browse files
committed
Issue #8: H3 styling
Signed-off-by: alexmerlin <[email protected]>
1 parent c47ff9c commit acf0964

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

css/docs.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,14 @@ li.subnavigation__list-item.subnavigation__list-item--active {
287287
}
288288

289289
.main_docs h2 {
290+
/*border-top: 1px solid rgba(199, 31, 56, 1);*/
291+
padding-top: 2rem;
292+
margin-top: 1rem;
293+
margin-bottom: 1rem;
294+
font-weight: bold;
295+
}
296+
297+
.main_docs h3 {
290298
/*border-top: 1px solid rgba(199, 31, 56, 1);*/
291299
padding-top: 1rem;
292300
margin-top: 1rem;

0 commit comments

Comments
 (0)