Skip to content

Instantly share code, notes, and snippets.

@xavortm
Created March 11, 2015 10:29
Show Gist options
  • Save xavortm/57c0661e8f0ce05abdfc to your computer and use it in GitHub Desktop.
Save xavortm/57c0661e8f0ce05abdfc to your computer and use it in GitHub Desktop.
Change in style.css around line 1965
@media only screen and (max-width: 767px){
.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