Add top/bottom margin to inline images on mobile (fixes #46)
This commit is contained in:
@ -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%;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user