.view-taxonomy-term {
  .view-content {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    gap: 10px;

    .views-row {
      & > article {
        height: 100%;
      }
    }
  }
}
