.project-gallery {
  line-height: 0;
  columns: 1;
  column-gap: 1.5rem;
}
.project-gallery li {
  display: block;
  margin-bottom: 1.5rem;
    break-inside: avoid;}
.weblink {text-decoration: none; font-size: 1.5rem;font-style: italic;}
.location {font-size: 1.5rem;}
.text {margin-bottom: 1.5rem;}
@media screen and (min-width: 60rem) {
  .project-gallery {
    columns: 2;
  }
}
