Skip to content
Permalink
6de3b65c7f
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
41 lines (36 sloc) 803 Bytes
div.well-card div{
float: left;
width: 65%;
padding: 1rem;
}
div.well-card h2{
border-bottom: none;
margin: 0;
font-size: 1rem;
}
div.well-card p{
border-bottom: none;
margin-top: .25rem;
}
div.well-card {
border-bottom: 2px solid #4d4d4d;
max-width: 41rem;
width: calc(100% - 16px);
box-sizing: border-box;
/* display: block;*/
/* margin-left: 0;*/
/* margin-right: 0;*/
}
div.well-card .well-img{
background-image: url(https://s-media-cache-ak0.pinimg.com/originals/33/c2/c4/33c2c4cf367ecee38a162d362a31fd68.jpg);
background-size: cover;
background-position: center;
float: left;
width: 35%;
height: 8rem;
}
a.search-result{
color: inherit;
}
@media only screen and (min-width: 65em) {
}