[CSS] Fixed embed width.

这个提交包含在:
Eliseu Amaro 2021-10-04 17:16:53 +01:00
父节点 1705b543d3
当前提交 caa04525bd
共有 1 个文件被更改,包括 1 次插入1 次删除

查看文件

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