feat: centre all images
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
.md-typeset svg {
|
||||
max-width: unset !important;
|
||||
}
|
||||
|
||||
img {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
Reference in New Issue
Block a user