feat: centre all images

This commit is contained in:
eggy 2023-01-12 11:26:16 -05:00
parent e8f494d256
commit b84c76c1b4

View File

@ -1,3 +1,9 @@
.md-typeset svg {
max-width: unset !important;
}
img {
display: block;
margin-left: auto;
margin-right: auto;
}