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
-5
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 {