fix: remove redundant styles

This commit is contained in:
Alejandro Gomez
2023-01-14 15:41:45 +01:00
parent 6aeaa6541d
commit 69424ce795

View File

@ -21,8 +21,3 @@
align-self: flex-end; align-self: flex-end;
background-color: var(--gray-secondary); background-color: var(--gray-secondary);
} }
.dm img, .dm video, .dm iframe {
max-width: 100%;
max-height: 500px;
}