Skip to content

Instantly share code, notes, and snippets.

@srenault
Created June 9, 2015 13:47
Show Gist options
  • Save srenault/1fcc44d7d9c8a859e172 to your computer and use it in GitHub Desktop.
Save srenault/1fcc44d7d9c8a859e172 to your computer and use it in GitHub Desktop.
Website starter - featured-items-micro
/* Featured item micro */
.featured-micro {
overflow: hidden;
}
.featured-micro .illustration, .featured-micro .text {
float: left;
}
.featured-micro .text {
margin-left: 20px;
width: 60%;
}
.featured-micro .text h3 {
font-size: 14px;
margin-bottom: 3px;
}
.featured-micro .text p {
font-size: 12px;
line-height: 16px;
margin: 0;
}
.featured-micro .illustration {
margin-bottom: 10px;
width: 66px;
height: 66px;
background-color: #F3F3F9;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment