Make the app cards in each row the same height

t
This commit is contained in:
Jed Fox
2017-10-26 18:01:34 -04:00
parent 144a2c9d52
commit 83574e385c
2 changed files with 6 additions and 2 deletions

View File

@@ -27,3 +27,7 @@ img {
code {
font-size: 14px;
}
.flex-1 {
flex: 1;
}