1
0
Fork 0
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:
Tanya 2022-09-14 20:27:40 +03:00 committed by GitHub
parent 24aa4a2190
commit c383ee48c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -350,7 +350,11 @@
* ================== * ==================
*/ */
.block-image { .block-image {
img {
display: block;
margin: 0 auto; margin: 0 auto;
}
&__content { &__content {
img, video { img, video {