Center-align standalone image paragraphs
This commit is contained in:
parent
b4786e762b
commit
a433b97968
1 changed files with 7 additions and 0 deletions
|
@ -103,6 +103,13 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Center-align standalone image paragraphs.
|
||||||
|
.flow_middle > img {
|
||||||
|
display: block;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
}
|
||||||
|
|
||||||
// Adding this so the comment box at the bottom isn't unnaturally small.
|
// Adding this so the comment box at the bottom isn't unnaturally small.
|
||||||
// This perhaps should be more precisely targeted, or more generally.
|
// This perhaps should be more precisely targeted, or more generally.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue