Add max-width to image.
This commit is contained in:
parent
6512de6b7a
commit
ed83b15a6b
1 changed files with 1 additions and 0 deletions
|
|
@ -94,6 +94,7 @@ export default {
|
|||
img {
|
||||
display: flex;
|
||||
margin: 0 auto 1.5rem auto;
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue