10 lines
121 B
CSS
10 lines
121 B
CSS
.md-typeset svg {
|
|
max-width: unset !important;
|
|
}
|
|
|
|
img {
|
|
display: block;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|