Personal Portfolio: Trouble Lining Up the Projects

Hi all,

My personal portfolio passes all the tests but I am still working on the look.

I have tried many hours, watched many videos, and I still cannot figure out how to code so first I can downsize the images of my projects, and have them appear in two rows.

Here is the project: https://codepen.io/gregwoods/pen/zYBvRYE


Added

#projects a{
    display: inline-block;
    width: 48%;
}
.project-tile{
    width: 80%;
}

You’ll have to manage small screens with media quesries

1 Like

Thank you for your help!