Skip to content

Commit

Permalink
Issue #8: H3 styling
Browse files Browse the repository at this point in the history
Signed-off-by: alexmerlin <[email protected]>
  • Loading branch information
alexmerlin committed Oct 4, 2024
1 parent c47ff9c commit acf0964
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions css/docs.css
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,14 @@ li.subnavigation__list-item.subnavigation__list-item--active {
}

.main_docs h2 {
/*border-top: 1px solid rgba(199, 31, 56, 1);*/
padding-top: 2rem;
margin-top: 1rem;
margin-bottom: 1rem;
font-weight: bold;
}

.main_docs h3 {
/*border-top: 1px solid rgba(199, 31, 56, 1);*/
padding-top: 1rem;
margin-top: 1rem;
Expand Down

0 comments on commit acf0964

Please sign in to comment.