Skip to content

Instantly share code, notes, and snippets.

@delucis
Created January 18, 2015 23:50
Show Gist options
  • Save delucis/5cedeb795638ccf9a96c to your computer and use it in GitHub Desktop.
Save delucis/5cedeb795638ccf9a96c to your computer and use it in GitHub Desktop.
#page #torso .member .composerav .audio li {
width: 48%;
margin-right: 4%;
margin-bottom: 1.5em;
float: left;
border-top: 1px solid rgba(0,0,0,0.1);
box-shadow: 0 .1em .75em -0.16em #999;
background: url("../img/absurdidad.png") center;
background-color: rgba(0,0,0,.01);
overflow: hidden;
}
#page #torso .member .composerav .audio li:nth-child(2n) {
margin-right: 0;
}
.composerav p {
min-height: 73px;
margin-bottom: 0;
padding: 0.2em 0.6em 1.5em;
}
.composerav .embed-container {
margin-bottom: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment