mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-07-20 05:39:41 +02:00
Fix image centering (#265)
This commit is contained in:
parent
24aa4a2190
commit
c383ee48c2
1 changed files with 5 additions and 1 deletions
|
@ -350,7 +350,11 @@
|
||||||
* ==================
|
* ==================
|
||||||
*/
|
*/
|
||||||
.block-image {
|
.block-image {
|
||||||
|
|
||||||
|
img {
|
||||||
|
display: block;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
|
||||||
&__content {
|
&__content {
|
||||||
img, video {
|
img, video {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue