4
0
Bifurcation 1

[CSS] Fixed embed width.

Cette révision appartient à :
Eliseu Amaro 2021-10-04 17:16:53 +01:00
Parent 1705b543d3
révision caa04525bd
1 fichiers modifiés avec 1 ajouts et 1 suppressions

Voir le fichier

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