fix(media): remove hardcoded pixel `height` and `width`
This commit is contained in:
parent
f4d95387c3
commit
0f50a7c98d
src/partials
|
@ -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…
Reference in New Issue