Skip to content

Commit a45352f

Browse files
committed
fixing format
1 parent 86451cd commit a45352f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

team.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,14 @@
2323
display: flex;
2424
flex-wrap: wrap;
2525
margin: 0 -8px;
26+
align-items: stretch;
2627
}
2728

2829
.column {
2930
flex: 0 0 33.3%;
3031
padding: 0 8px;
3132
margin-bottom: 16px;
33+
display: flex;
3234
}
3335

3436
@media screen and (max-width: 650px) {
@@ -40,6 +42,8 @@
4042
.card {
4143
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
4244
height: 100%;
45+
display: flex;
46+
flex-direction: column;
4347

4448
}
4549

0 commit comments

Comments
 (0)