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.
1 parent c9b34b9 commit f84219dCopy full SHA for f84219d
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;
@@ -522,3 +521,9 @@ dl > dt span ~ em {
522
521
overflow-x: auto;
523
}
524
+
525
+@media (min-width: 1024px) {
526
+ div.footer {
527
+ margin-top: -2em;
528
+ }
529
+}
0 commit comments