Let audio elements take full width.

This commit is contained in:
voussoir 2023-02-24 19:46:05 -08:00
parent c79300112a
commit 63e4e5b541

View file

@ -119,6 +119,11 @@ article *
border-radius: 8px;
}
article > audio
{
width: 100%;
}
p > img,
p > a > img
{