Skip to content

Instantly share code, notes, and snippets.

@woodwardtw
Created April 22, 2022 16:47
Show Gist options
  • Save woodwardtw/25c94f8d278afd2d0eff7b76288d0989 to your computer and use it in GitHub Desktop.
Save woodwardtw/25c94f8d278afd2d0eff7b76288d0989 to your computer and use it in GitHub Desktop.
.team-row, .student-row {
border: 1px solid #efefef;
padding: 10px 0;
}
.team-browser, .student-browser {
display:flex;
}
.right-col-team {
flex: 1;
}
.left-col-team{
flex: 3;
}
.student-browser .left-col-team .facetwp-template, .team-browser .left-col-team .facetwp-template {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
grid-auto-rows: 300px;
grid-gap: 20px;
}
.student-row, .team-row {
padding: 10px;
}
.student-row a, .team-row a {
font-weight: 700;
font-size: 1.3rem;
line-height: 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment