Design series – fitting images in

The biggest eye sore is images that are wider than the main body of text. This is very easy to fix. I add the following piece of code:

img {
	max-inline-size: 100%;
}