Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 73f08ce + 9913e1d commit b84c913Copy full SHA for b84c913
1 file changed
python_docs_theme/static/pydoctheme.css
@@ -200,7 +200,6 @@ table.footnote, table.footnote td {
200
201
div.footer {
202
line-height: 150%;
203
- margin-top: -2em;
204
text-align: right;
205
width: auto;
206
margin-right: 10px;
@@ -536,3 +535,9 @@ div.genindex-jumpbox a {
536
535
overflow-x: auto;
537
}
538
+
539
+@media (min-width: 1024px) {
540
+ div.footer {
541
+ margin-top: -2em;
542
+ }
543
+}
0 commit comments