30 lines
442 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 {
2015-03-04 22:38:45 -08:00
margin: 0px 0px $unit 0px;
2015-03-02 06:01:47 -08:00
white-space: nowrap;
2015-03-01 23:48:31 -08:00
}
2015-03-04 22:38:45 -08:00
.bio-link {
font-size: 14px;
2015-03-01 23:48:31 -08:00
text-decoration: none;
2015-03-04 22:38:45 -08:00
display: inline-block;
margin: 0px $unit ($unit * 2) 0px
2015-03-01 23:48:31 -08:00
}
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;
2015-03-04 22:38:45 -08:00
margin: 0;
2015-03-01 23:48:31 -08:00
}
}