mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-07-19 05:09: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 {
|
||||
|
||||
img {
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
&__content {
|
||||
img, video {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue