12 lines
158 B
CSS
12 lines
158 B
CSS
img {
|
|
display: block;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.md-typeset .md-typeset__table {
|
|
display: block;
|
|
}
|
|
.md-typeset__table table:not([class]) {
|
|
display: table;
|
|
}
|