Add max-width to image.

This commit is contained in:
Bryan Mauger 2022-10-31 14:48:31 -04:00
parent 6512de6b7a
commit ed83b15a6b

View file

@ -94,6 +94,7 @@ export default {
img {
display: flex;
margin: 0 auto 1.5rem auto;
max-width: 100%;
}
}
}