[CSS] Fixed embed width.

このコミットが含まれているのは:
Eliseu Amaro 2021-10-04 17:16:53 +01:00
コミット 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-"] {