2013-05-24 10:25:31 -04:00
|
|
|
// ROOT =======================================================
|
|
|
|
// TYPOGRAPHY =================================================
|
|
|
|
// TEXTURE ====================================================
|
|
|
|
// ELEMENTS ===================================================
|
|
|
|
// LAYOUT =====================================================
|
2013-09-07 10:10:55 -04:00
|
|
|
.article-author-top,
|
|
|
|
.article-author-bottom {
|
2013-09-09 11:27:38 -04:00
|
|
|
h3,
|
|
|
|
.bio-photo,
|
|
|
|
p,
|
|
|
|
.author-social {
|
|
|
|
max-width: 150px;
|
|
|
|
}
|
2013-09-07 10:10:55 -04:00
|
|
|
img.bio-photo {
|
|
|
|
width: 150px;
|
|
|
|
height: 150px;
|
|
|
|
.rounded(150px);
|
|
|
|
}
|
|
|
|
}
|
2013-05-24 10:25:31 -04:00
|
|
|
/* Image Grid ============================================== */
|
|
|
|
.image-grid {
|
|
|
|
li {
|
|
|
|
width: 16.666666666%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
// VENDOR-SPECIFIC ============================================
|