fix DM styles

This commit is contained in:
Alejandro Gomez 2023-01-14 15:23:15 +01:00
parent af53773f06
commit bbbc334b85
No known key found for this signature in database
GPG Key ID: 4DF39E566658C817
1 changed files with 5 additions and 1 deletions

View File

@ -25,4 +25,8 @@
.dm img, .dm video, .dm iframe {
max-width: 100%;
max-height: 500px;
}
}
.dm p {
margin: 0;
}