[CSS] Fixed embed width.

This commit is contained in:
Eliseu Amaro 2021-10-04 17:16:53 +01:00
parent 1705b543d3
commit caa04525bd
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
flex-direction: column; flex-direction: column;
padding: var(--unit-size); padding: var(--unit-size);
border: unset; border: unset;
width: max-content; width: 100%;
} }
.h-entry .embed[class*="p-"] { .h-entry .embed[class*="p-"] {