Set max image width

This commit is contained in:
Marcus Noble 2020-05-26 14:17:41 +01:00
parent e2f8e8a137
commit f456a76055
2 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,7 @@
img {
width: max-content;
max-width: 100%;
margin: 0 auto;
}

View File

@ -23,6 +23,7 @@
img {
width: max-content;
max-width: 100%;
margin: 0 auto;
}
</style>