1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-07-18 20:59:42 +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 {
margin: 0 auto;
img {
display: block;
margin: 0 auto;
}
&__content {
img, video {