Add top/bottom margin to inline images on mobile (fixes #46)

This commit is contained in:
daudix
2024-08-17 21:13:28 +03:00
parent 0eb2a8d163
commit fc21fd7b7d

View File

@ -31,6 +31,8 @@ video {
float: none;
margin-inline-start: 0;
margin-inline-end: 0;
margin-block-start: 1rem;
margin-block-end: 1rem;
width: 100%;
}
}