aligning images

funnyface / 2019-11-17 19:10:36   

Hi, could you tell me how to align my images vertically so that they don't all go horizontally together when you make the browser window wider?

my site is juanfontanive.com

funnyface / 2019-11-17 19:33:41   

ok got it. in style.css I did "max width" in the body - see bottom line

body {
font-size: 13px;
font-family: 'Helvetica Neue', Arial, Helvetica, Verdana, sans-serif;
background: rgb(31,31,31);
color: #fff;
line-height: 1.3em;
/* font-weight: 300; */
max-width: 1245px;

This thread has been closed, thank you.