Skip to content
Permalink
2aff73e029
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
59 lines (53 sloc) 1009 Bytes
div.well-card div{
float: left;
width: 65%;
padding: 1rem;
}
div.well-card h2{
border-bottom: none;
margin: 0;
font-size: 1rem;
color: black;
}
div.well-card p{
font-size: 1rem;
border-bottom: none;
margin-top: .25rem;
color: black;
}
div.well-card {
border-bottom: 2px solid #4d4d4d;
max-width: 41rem;
width: 100%;
box-sizing: border-box;
/* display: block;*/
/* margin-left: 0;*/
/* margin-right: 0;*/
}
div.well-card .well-img{
background-image: url("../img/well-default.png");
background-size: cover;
background-position: center;
float: left;
width: 35%;
height: 8rem;
}
a.search-result{
color: black;
}
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) {
}