Skip to content

Commit dffa698

Browse files
committed
[UG] Add space to titles for better readability
1 parent a4f24fa commit dffa698

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

  • user_guide_src/source/_themes/sphinx_rtd_theme/static/css

user_guide_src/source/_themes/sphinx_rtd_theme/static/css/citheme.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
@import 'theme.css';
22

3+
h1 {
4+
margin-bottom: 2rem;
5+
}
6+
7+
h2, h3 {
8+
margin-bottom: 2rem;
9+
margin-top: 3rem;
10+
}
11+
312
.highlighted {
413
padding: 0px !important;
514
font-weight: inherit !important;

0 commit comments

Comments
 (0)