Update team page

This commit is contained in:
rebuilt 2023-03-28 17:23:52 -07:00
parent 33d7a0fcbf
commit d0d59a7de2
17 changed files with 59 additions and 185 deletions

View file

@ -1,3 +1,5 @@
@import "colors";
.grid-container {
display: grid;
}
@ -16,6 +18,13 @@
grid-auto-columns: 1fr;
}
.grid-item-image {
height: auto;
width: 300px;
padding: 20px;
background-color: $highlight;
}
@media(min-width: 992px){
.grid-item__title {
min-height: 4em;