more bio updates
This commit is contained in:
parent
2600e33f47
commit
2a2605056f
|
@ -1,6 +1,6 @@
|
||||||
.bio-card {
|
.bio-card {
|
||||||
max-width: 360px;
|
max-width: 360px;
|
||||||
height: 370px;
|
height: 420px;
|
||||||
margin-bottom: $unit * 4;
|
margin-bottom: $unit * 4;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
|
@ -13,7 +13,11 @@
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin: 0px $unit ($unit * 2) 0px
|
margin: 0px $unit $unit 0px;
|
||||||
|
|
||||||
|
&:last-child {
|
||||||
|
margin: 0px 0px $unit 0px
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
|
@ -27,5 +31,6 @@
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue