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