[CSS] Fixed embed width.

Este commit está contenido en:
Eliseu Amaro 2021-10-04 17:16:53 +01:00
padre 1705b543d3
commit caa04525bd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

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