Align Images in Mobile - Sphinx (#440)

This commit is contained in:
Naveen M K 2020-09-13 18:00:36 +05:30 committed by GitHub
commit ec059ccf29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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%;
}