hacks-guide-minimal-mistake.../assets/less/992.less

26 lines
680 B
Text
Raw Normal View History

2013-05-24 16:25:31 +02:00
// ROOT =======================================================
// TYPOGRAPHY =================================================
// TEXTURE ====================================================
// ELEMENTS ===================================================
// LAYOUT =====================================================
.article-author-side,
2013-09-07 16:10:55 +02:00
.article-author-bottom {
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 ============================================