/* <ul>/<li> markup wrapping the project tiles shouldn't disturb the grid layout defined in the theme */
.project-grid {
  list-style: none;
  margin: 0;
  padding: 0;
}

.project-grid li {
  display: contents;
}
