For the love of Cod(e) - images in column help needed

Can someone spot an error that I can’t at almost midnight…

on the “second” page, my images are in a column DESPITE there being no command to do so and me having resized them to far less than the screen’s width. Where is my error?

Cheers
Craig

I think you forgot to include a link to your code.

https://codepen.io/MiniCLaw/pen/OmKWmL/?editors=1100

Apologies… again… close to midnight…

Ta muchly

I’m used to seeing this done with columns, but if not, you could add display: inline-block; to your .sites css.

Opps, needs to be display: inline-block !important;. There must be something in the img-responsive that’s fighting it.