Skip to content
Open
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
5 changes: 5 additions & 0 deletions pdoc/templates/content.css
Original file line number Diff line number Diff line change
Expand Up @@ -468,3 +468,8 @@ This makes sure that the pdoc styling doesn't leak to the rest of the page when
padding: 6px 13px;
border: 1px solid var(--accent2);
}

.pdoc img {
height: auto;
max-width: 100%;
}