Created
April 22, 2022 16:47
-
-
Save woodwardtw/25c94f8d278afd2d0eff7b76288d0989 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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