Skip to content
Permalink
952925ef26
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
56 lines (50 sloc) 1.02 KB
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;
}
div.pending{
position: relative;
width: 100%;
max-width: 700px;
}
div.actions{
position: absolute;
right: -6rem;
top: 3rem;
display: flex;
flex-direction: column;
height: 5rem;
justify-content: space-between
}
@media only screen and (min-width: 65em) {
}