mirror of
https://github.com/ManimCommunity/manim.git
synced 2026-06-22 10:01:47 +00:00
Align Images in Mobile - Sphinx (#440)
This commit is contained in:
parent
50c504f094
commit
ec059ccf29
1 changed files with 5 additions and 1 deletions
|
|
@ -7,7 +7,11 @@ img.align-center {
|
|||
margin-bottom: 20px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
img {
|
||||
display: block;
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
.manim-video {
|
||||
width: 100%;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue