Skip to content

Instantly share code, notes, and snippets.

@xavortm
Created March 11, 2015 14:26
Show Gist options
  • Save xavortm/03da10df68b489fc4844 to your computer and use it in GitHub Desktop.
Save xavortm/03da10df68b489fc4844 to your computer and use it in GitHub Desktop.
@media only screen and (max-width: 767px){
.exhibition-tab .compact-event-item {
overflow: hidden;
height: auto;
}
.compact-event-item .thumbnail,
.compact-event-item .content{
width: 45%;
float: left;
}
.compact-event-item .content{
padding-left: 20px;
}
.compact-event-item .excerpt{
font-size: 14px;
}
.js-crow-feature-link a{ font-size: 1rem; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment