[CSS] Fixed embed width.

This commit is contained in:
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-"] {