Skip to content

Commit 0a06787

Browse files
committed
🎨 Set max-width on images in paragraphs in tutorials
1 parent 1d7d7b5 commit 0a06787

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/_sources/_static/custom.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,7 @@ object {
5555
.bibtex.label {
5656
display: grid;
5757
}
58+
59+
section[id^="Tutorial:"] p img {
60+
max-width: 80%;
61+
}

0 commit comments

Comments
 (0)