Skip to content

Commit ec059cc

Browse files
authored
Align Images in Mobile - Sphinx (#440)
1 parent 50c504f commit ec059cc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/source/_static/custom.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ img.align-center {
77
margin-bottom: 20px;
88
margin-top: 20px;
99
}
10-
10+
img {
11+
display: block;
12+
max-width: 100%;
13+
height: auto;
14+
}
1115
.manim-video {
1216
width: 100%;
1317
}

0 commit comments

Comments
 (0)