Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion python_docs_theme/static/pydoctheme.css
Original file line numberDiff line numberDiff line change
Expand Up@@ -200,7 +200,6 @@ table.footnote, table.footnote td {

div.footer {
line-height: 150%;
margin-top: -2em;
text-align: right;
width: auto;
margin-right: 10px;
Expand DownExpand Up@@ -522,3 +521,9 @@ dl > dt span ~ em {
overflow-x: auto;
}
}

@media (min-width: 1024px) {

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have you tested this in landscape mode (assuming that's supported)?

Copy link
Copy Markdown
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here's a narrow landscape mode (iPhone SE):

image

And a wide landscape mode (iPad Air):

image

div.footer {
margin-top: -2em;
}
}