mirror of
https://github.com/kuohuanhuan/x-markdown-css.git
synced 2024-11-25 06:18:19 +00:00
fix(media): remove hardcoded pixel height
and width
This commit is contained in:
parent
f4d95387c3
commit
0f50a7c98d
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user