• Hi there!

    Does anyone know if there is a way of centering the projects pictures if they’re less or more than three?

    Thanks a lot in advance!

Viewing 1 replies (of 1 total)
  • This should get you started:

    .project {
       float: none;
       width: 33%;
       display: inline-block;
    }
    .project-area {
       text-align: center;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Projects’ is closed to new replies.