mirror of
https://github.com/edcommonwealth/ecp.org.git
synced 2026-03-17 19:26:28 -07:00
Update team page
This commit is contained in:
parent
33d7a0fcbf
commit
d0d59a7de2
17 changed files with 59 additions and 185 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue