Let audio elements take full width.
This commit is contained in:
parent
c79300112a
commit
63e4e5b541
1 changed files with 5 additions and 0 deletions
|
@ -119,6 +119,11 @@ article *
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
article > audio
|
||||||
|
{
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
p > img,
|
p > img,
|
||||||
p > a > img
|
p > a > img
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue