Skip to content

Commit 9913e1d

Browse files
committed
Reduce footer only for desktop
1 parent 506e0f2 commit 9913e1d

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;
@@ -522,3 +521,9 @@ dl > dt span ~ em {
522521
overflow-x: auto;
523522
}
524523
}
524+
525+
@media (min-width: 1024px) {
526+
div.footer {
527+
margin-top: -2em;
528+
}
529+
}

0 commit comments

Comments
 (0)