fix video size
This commit is contained in:
parent
b94cf2ce40
commit
9f8843073a
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ audio {
|
||||||
width: max-content;
|
width: max-content;
|
||||||
height: max-content;
|
height: max-content;
|
||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
max-height: 100%;
|
max-height: 60vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
article img,
|
article img,
|
||||||
|
|
Loading…
Reference in a new issue