1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-08-07 14:35:26 +02:00

Fix image centering

This commit is contained in:
Tanya Fomina 2022-09-14 20:20:02 +03:00
parent 24aa4a2190
commit b8480ce952

View file

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