center and margin for embdedded content

This commit is contained in:
Alejandro Gomez 2023-01-09 23:18:58 +01:00
parent d47fb245d5
commit 58f5e50cea
No known key found for this signature in database
GPG Key ID: 4DF39E566658C817

View File

@ -32,10 +32,10 @@
.note > .body > img, .note > .body > video, .note > .body > iframe {
max-width: 100%;
max-height: 500px;
}
.note > .body > iframe {
margin: 10px 0;
margin: 10px;
margin-left: auto;
margin-right: auto;
display: block;
}
.note > .header > img:hover, .note > .header > .name > .reply:hover, .note > .body:hover {