Skip to content

Commit b84c913

Browse files
authoredFeb 16, 2023
Merge pull request #106 from hugovk/fix-footer
2 parents 73f08ce + 9913e1d commit b84c913

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed
 

‎python_docs_theme/static/pydoctheme.css

+6-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@ table.footnote, table.footnote td {
200200

201201
div.footer {
202202
line-height: 150%;
203-
margin-top: -2em;
204203
text-align: right;
205204
width: auto;
206205
margin-right: 10px;
@@ -536,3 +535,9 @@ div.genindex-jumpbox a {
536535
overflow-x: auto;
537536
}
538537
}
538+
539+
@media (min-width: 1024px) {
540+
div.footer {
541+
margin-top: -2em;
542+
}
543+
}

0 commit comments

Comments
 (0)
Please sign in to comment.