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