more bio updates

This commit is contained in:
Alex Wolfe 2015-03-05 07:47:49 -08:00
parent 2600e33f47
commit 2a2605056f
1 changed files with 7 additions and 2 deletions

View File

@ -1,6 +1,6 @@
.bio-card {
max-width: 360px;
height: 370px;
height: 420px;
margin-bottom: $unit * 4;
overflow: hidden;
@ -13,7 +13,11 @@
font-size: 14px;
text-decoration: none;
display: inline-block;
margin: 0px $unit ($unit * 2) 0px
margin: 0px $unit $unit 0px;
&:last-child {
margin: 0px 0px $unit 0px
}
}
img {
@ -27,5 +31,6 @@
font-size: 14px;
line-height: 24px;
margin: 0;
text-overflow: ellipsis;
}
}