This is my tribute page: https://codepen.io/nethleen/full/VJJXzN
I am passing all tests but the image doesn’t change size anymore when changing the window size. Last time I checked my tribute page it was working correctly. I have used
img {
max-width: 150px;
height: auto;
display: block;
margin-left: auto;
margin-right: auto;
}
But I have anyway the image doing this: