Give inline centered images the same spacing as paragraphs
This commit is contained in:
parent
610b7948b5
commit
bf995e76a1
1 changed files with 5 additions and 0 deletions
|
@ -29,3 +29,8 @@
|
||||||
float: left;
|
float: left;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Give inline centered images the same spacing as paragraphs. */
|
||||||
|
.align-center {
|
||||||
|
margin-bottom: 1em;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue