Skip to content

Commit a4f24fa

Browse files
committed
[UG] Add space to the "Previous" and "Next" buttons
1 parent 634f461 commit a4f24fa

1 file changed

Lines changed: 5 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: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,11 @@ div#pulldown-menu {
112112
background: rgba(0,0,0,0.05);
113113
}
114114

115+
.rst-footer-buttons {
116+
margin-bottom: 2.5rem;
117+
margin-top: 2.5rem;
118+
}
119+
115120
/* override table width restrictions */
116121
.wy-table-responsive table td, .wy-table-responsive table th {
117122
white-space: normal;

0 commit comments

Comments
 (0)