fix(media): remove hardcoded pixel `height` and `width`

This commit is contained in:
郭桓桓 2023-03-07 22:09:11 +08:00
parent f4d95387c3
commit 0f50a7c98d
Signed by: kuohuanhuan
GPG Key ID: FD846A0A797B0D75
1 changed files with 0 additions and 5 deletions

View File

@ -1,13 +1,8 @@
img {
display: block;
max-width: 92%;
max-height: 600px;
margin: 1rem auto;
border-radius: .2rem;
@media screen and (min-width: 1600px) {
max-width: 800px;
}
}
video {