Skip to content

Commit

Permalink
✨ IMPROVE: Minor tweaks to footer css (#389)
Browse files Browse the repository at this point in the history
  • Loading branch information
choldgraf authored Aug 25, 2021
1 parent 613e665 commit 0817a64
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion sphinx_book_theme/footer.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<footer class="footer mt-5 mt-md-0">
<footer class="footer">
<div class="container">
<p>
{% if author %}
Expand Down

Large diffs are not rendered by default.

This file was deleted.

2 changes: 1 addition & 1 deletion sphinx_book_theme/theme.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
inherit = pydata_sphinx_theme
pygments_style = tango
sidebars = sidebar-logo.html, search-field.html, sbt-sidebar-nav.html, sbt-sidebar-footer.html
stylesheet = sphinx-book-theme.e8f53015daec13862f6db5e763c41738.css
stylesheet = sphinx-book-theme.6f1dddbb2c004b24a78d611b3f88cfa6.css

[options]
single_page = False
Expand Down
3 changes: 1 addition & 2 deletions src/scss/_page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ main.bd-content {
overflow: auto;
margin-top: 3em;
margin-bottom: 1em;
padding: 0;

.right-next, .left-prev {
border: none;
Expand Down Expand Up @@ -627,8 +628,6 @@ div.sidebar, div.margin, div.margin-caption p.caption, .cell.tag_popout, .cell.t
font-size: 1em;
}
}


}

// Make cell outputs take up more space if they're in the margin
Expand Down

0 comments on commit 0817a64

Please sign in to comment.