29 lines
404 B
SCSS
Raw Normal View History

2015-03-01 23:48:31 -08:00
.bio-card {
2015-03-02 06:01:47 -08:00
max-width: 360px;
margin-bottom: $unit * 4;
overflow: hidden;
2015-03-01 23:48:31 -08:00
h3 {
margin: 0;
2015-03-02 06:01:47 -08:00
white-space: nowrap;
2015-03-01 23:48:31 -08:00
}
.bio-card-twitter {
margin-bottom: $unit * 2;
font-size: 16px;
text-decoration: none;
display: block;
}
img {
width: 100%;
}
p {
2015-03-02 05:43:46 -08:00
height: 72px;
2015-03-01 23:48:31 -08:00
overflow: hidden;
cursor: pointer;
font-size: 14px;
line-height: 24px;
}
}