display-content-block.scss 300 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 .members-block { .member { img, i.profile-image { width: 60px; } img { display: inline-block; vertical-align: top; } i.profile-image { text-align: center; background-color: #889DB1; color: #F1F1F1; font-size: 4.5em; } } }